Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
.sortListBody { margin:0; padding:0; background:#fff; }
2
 
3
.soria .sortListBody li,
4
.tundra .sortListBody li {
5
	border-bottom:1px solid #b7b7b7;
6
	padding:2px 2px 2px 5px;
7
}
8
.sortListTitle {
9
	cursor:pointer;
10
	padding:4px 4px 3px 4px;
11
}
12
.sortList { height:100%; width:100%; }
13
.sortListBodyWrapper {
14
	border:1px solid #b7b7b7;
15
	overflow:auto;
16
	height:100%;
17
	cursor:pointer;
18
}
19
 
20
.soria .sortListBodyWrapper {
21
	border:1px solid #333;
22
}
23
 
24
.soria .sortListItemOdd,
25
.tundra .sortListItemOdd { background:#f2f5f9; }
26
.tundra .sortListTitle {
27
	background:#fafafa url('../../../dijit/themes/tundra/images/titleBarBg.gif') repeat-x top left;
28
	border:1px solid #bfbfbf;
29
	border-bottom:0;
30
}
31
.soria .sortListTitle {
32
	background:#4f8ce5 url('../../../dijit/themes/soria/images/gradientTopBg.png') repeat-x top left;
33
	background-position:0px -1px;
34
	border:1px solid #333;
35
	border-bottom:0;
36
	font-weight:bold;
37
	color:#fff;
38
}
39
 
40
.sortListItemSelected { background:#b7cdee !important; }
41
.sortListItemHover { background:#ff6 !important; }
42
 
43
.soria .sortListIcon,
44
.tundra .sortListIcon {
45
	float:right;
46
	height:16px;
47
	width:16px;
48
}
49
.tundra .sortListDesc .sortListIcon {
50
	background:url('../../../dijit/themes/tundra/images/arrowDown.png') no-repeat center center;
51
}
52
.tundra .sortListAsc .sortListIcon {
53
	background:url('../../../dijit/themes/tundra/images/arrowUp.png') no-repeat center center;
54
}
55
 
56
.soria .sortListDesc .sortListIcon,
57
.soria .sortListAsc .sortListIcon {
58
	background:url('../../../dijit/themes/soria/images/arrows.png') no-repeat center center;
59
	background-position:0px 0px;
60
}
61
 
62
.soria .sortListDesc .sortListIcon {
63
	background-position:-32px 0px;
64
}