summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/common/IconContainer.less
blob: 0f47a0f4d61942a6dfe0871c3d6b2be1303632d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* dojox.mobile.IconContainer */
.mblIconContainer {
	.mblIconContainer-styles;
}

/* dojox.mobile.IconItem */
.mblIconItem {
	list-style-type: none;
	float: left;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mblIconItemTerminator {
	list-style-type: none;
	clear: both;
	.mblIconItemTerminator-styles;
}
.mblIconItemSub {
	list-style-type: none;
	.mblIconItemSub-styles;
}
.mblIconArea {
	.mblIconArea-styles;
	div {
		position: relative;
		height: 65px;
		line-height: 65px;
		text-align: center;
	}
	img {
		vertical-align: middle;
	}
}
.mblIconItemSpriteIcon {
	position: absolute;
}
.mblContent {
	clear: both;
	.mblContent-styles;
}
table.mblClose {
	clear: both;
	cursor: pointer;
}
.mblVibrate{
	position: relative;
	-webkit-animation-duration: .5s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 20;
	-webkit-animation-name: mblVibrate;
	-webkit-transform: rotate(0deg);
}
.mblCloseContent{
	-webkit-animation-duration: .3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-name: mblShrink;
	-webkit-transform: scale(0.01);
	&.mblShrink0{
		-webkit-animation-name: mblShrink0;
	}
	&.mblShrink1{
		-webkit-animation-name: mblShrink1;
	}
	&.mblShrink2{
		-webkit-animation-name: mblShrink2;
	}
	&.mblShrink3{
		-webkit-animation-name: mblShrink3;
	}
}

/* Icon Content Heading */
.mblIconContentHeading {
	position: relative;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	.mblIconContentHeading-styles;
}