Project

General

Profile

1 1009 Ruebenwurz
/* Fix for funky spacing on page listing */
2
.pages_list li {
3
	margin-bottom: -2px;
4
}
5
6
body.jsadmin_busy td.content {
7 1084 Ruebenwurz
	background: url(images/busy.gif) 4px 4px no-repeat;
8 1009 Ruebenwurz
}
9
10
body.jsadmin_success td.content {
11 1084 Ruebenwurz
	background: url(images/success.gif) 4px 4px no-repeat;
12 1009 Ruebenwurz
}
13
14
body.jsadmin_failure td.content {
15 1084 Ruebenwurz
	background: url(images/failure.gif) 4px 4px no-repeat;
16 1009 Ruebenwurz
}
17
18
.jsadmin_drag {
19
	cursor: move;
20
}
21
22
.jsadmin_drag a, .jsadmin_drag input, .jsadmin_drag select {
23
	cursor: pointer;
24
	cursor: hand;
25
}
26
27
ul.jsadmin_drag_area {
28
	border: solid 1px #99f;
29
}