Project

General

Profile

« Previous | Next » 

Revision 1831

Added by Dietmar almost 12 years ago

  1. fixed dragdrop for pages overview

View differences:

backend.css
2 2
.pages_list li {
3 3
	margin-bottom: -2px;
4 4
}
5

  
6
body.jsadmin_busy td.content {
7
	background: url(images/busy.gif) 4px 4px no-repeat;
5
table.jsadmin_drag_area {
6
    table-layout: auto;
8 7
}
8
table.jsadmin_drag_area tr {
9
    line-height: 2em;
10
}
9 11

  
10
body.jsadmin_success td.content {
11
	background: url(images/success.gif) 4px 4px no-repeat;
12
body.jsadmin_busy td.content,
13
body.jsadmin_busy div.td div.content {
14
	background: url(images/busy.gif) 14px 8px no-repeat;
12 15
}
13 16

  
14
body.jsadmin_failure td.content {
15
	background: url(images/failure.gif) 4px 4px no-repeat;
17
body.jsadmin_success td.content,
18
body.jsadmin_success div.td div.content {
19
	background: url(images/success.gif) 14px 8px no-repeat;
16 20
}
21
body.jsadmin_failure td.content,
22
body.jsadmin_failure div.td div.content {
23
	background: url(images/failure.gif) 14px 8px no-repeat;
24
}
17 25

  
18 26
.jsadmin_drag {
19 27
	cursor: move;

Also available in: Unified diff