* Encapsulate iconbar contents in another div that carries the white background....
authorMatt <matt@uncensored.citadel.org>
Thu, 29 Jan 2009 04:17:53 +0000 (04:17 +0000)
committerMatt <matt@uncensored.citadel.org>
Thu, 29 Jan 2009 04:17:53 +0000 (04:17 +0000)
webcit/static/t/iconbar.html
webcit/static/webcit.css

index c5a47a97294b8331cd3c9a930976a39819697f61..21cff7b84b3623f6c929af7afbf4f074c10f9c73 100644 (file)
@@ -1,4 +1,5 @@
 <div id="iconbar">
+  <div id="iconbar_container">
   <div id="citlogo" class="logo_citadel">
     <img src="/static/citadel-logo.gif" alt="<?_("Powered by Citadel")>">
   </div>
@@ -85,3 +86,4 @@ title="<?_("Log off")>">
 <span id="mbox_template"><?_("My folders")></span>
 </div>
 </div>
+</div>
index b080182ea15354463ccb38c0856abe964d1f943b..88cfddb69b0b43a9eea68c674fd2ecfe94eb0882 100644 (file)
@@ -46,7 +46,7 @@ body {
        font-weight: 400;
 }
 
-#iconbar, .boxcontent,.service form div,table.altern .odd, #message_list, .message_content, #roomlist_div,.editednode,.mailbox_summary, .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, div.auto_complete, div.auto_complete ul, #summary_view {
+#iconbar_container, .boxcontent,.service form div,table.altern .odd, #message_list, .message_content, #roomlist_div,.editednode,.mailbox_summary, .auth_validate, .event_background, .calendar_background, .calendar_view_background, .graphics_background, .messages_background, .paging_background, .preferences_background, .roomops_background, .sieve_background, .siteconfig_background, .smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, div.auto_complete, div.auto_complete ul, #summary_view {
        background-color: #FFF;
        color: #000;
 }