aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/widget/SortList/SortList.css.commented.css
blob: d5ca9958a3acae4f28018880d6716b1fe53d8468 (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
.sortListBody { margin:0; padding:0; background:#fff; }

.soria .sortListBody li,
.tundra .sortListBody li {
	border-bottom:1px solid #b7b7b7;
	padding:2px 2px 2px 5px;	
}
.sortListTitle {
	cursor:pointer; 
	padding:4px 4px 3px 4px;
}
.sortList { height:100%; width:100%; }
.sortListBodyWrapper { 
	border:1px solid #b7b7b7; 
	overflow:auto; 
	height:100%; 
	cursor:pointer;
} 

.soria .sortListBodyWrapper {
	border:1px solid #333; 
}

.soria .sortListItemOdd,
.tundra .sortListItemOdd { background:#f2f5f9; }
.tundra .sortListTitle {
	background:#fafafa url('../../../dijit/themes/tundra/images/titleBarBg.gif') repeat-x top left; 
	border:1px solid #bfbfbf;
	border-bottom:0;
}
.soria .sortListTitle {
	background:#4f8ce5 url('../../../dijit/themes/soria/images/gradientTopBg.png') repeat-x top left;
	background-position:0px -1px; 
	border:1px solid #333; 
	border-bottom:0;
	font-weight:bold;
	color:#fff; 
}

.sortListItemSelected { background:#b7cdee !important; }
.sortListItemHover { background:#ff6 !important; }

.soria .sortListIcon,
.tundra .sortListIcon { 
	float:right;
	height:16px; 
	width:16px;
}
.tundra .sortListDesc .sortListIcon {
	background:url('../../../dijit/themes/tundra/images/arrowDown.png') no-repeat center center;
}
.tundra .sortListAsc .sortListIcon {
	background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center;
}

.soria .sortListDesc .sortListIcon,
.soria .sortListAsc .sortListIcon {
	background:url('../../../dijit/themes/soria/images/arrows.png') no-repeat center center;
	background-position:0px 0px; 
}

.soria .sortListDesc .sortListIcon {
	background-position:-32px 0px; 
}