]> code.citadel.org Git - citadel.git/commitdiff
CSS : correct background of Edit site-wide configuration
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 14 May 2007 22:04:04 +0000 (22:04 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 14 May 2007 22:04:04 +0000 (22:04 +0000)
webcit/static/webcit.css

index 78c8771af3d34a95420ac5818125ddc092246407..f7dcfa7cb57c9861805b53b1659a3caa286dbee8 100644 (file)
@@ -816,16 +816,15 @@ div.auto_complete ul strong.highlight {
         background-color: #CCCCCC;
 }
 
-.auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .iconbar_background {
+.auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .iconbar_background, .mainmenu_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background { 
         border: 0;
         width: 100%;
         background-color: #ffffff;
 }
 
-.mainmenu_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background { 
+.siteconfig_background { 
         border: 0;
         width: 100%;
-        background-color: #ffffff;
 }
 
 .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, .who_background   {