Project

General

Profile

« Previous | Next » 

Revision 1084

Added by Matthias almost 15 years ago

Fixed display issue of jsadmin in backend themes (Thanks to Argos)

View differences:

backend.css
4 4
}
5 5

  
6 6
body.jsadmin_busy td.content {
7
	background: white url(images/busy.gif) 4px 4px no-repeat;
7
	background: url(images/busy.gif) 4px 4px no-repeat;
8 8
}
9 9

  
10 10
body.jsadmin_success td.content {
11
	background: white url(images/success.gif) 4px 4px no-repeat;
11
	background: url(images/success.gif) 4px 4px no-repeat;
12 12
}
13 13

  
14 14
body.jsadmin_failure td.content {
15
	background: white url(images/failure.gif) 4px 4px no-repeat;
15
	background: url(images/failure.gif) 4px 4px no-repeat;
16 16
}
17 17

  
18 18
.jsadmin_drag {

Also available in: Unified diff