Project

General

Profile

« Previous | Next » 

Revision 1840

Added by Dietmar almost 12 years ago

! settings move website_signature to mailer settings
! fix html validate error in pages sections
! add pages field page_code to class.frontend.php
! optimized jsadmin backend.css

View differences:

backend.css
9 9
    line-height: 2em;
10 10
}
11 11

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

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

  
20
body.jsadmin_failure .content {
23 21
	background: url(images/failure.gif) 14px 8px no-repeat;
24 22
}
25 23

  
26 24

  

Also available in: Unified diff