From cd1c080de468ff79642c03733bcfdf8f8b1b1a8a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 14 Jun 2010 18:03:19 +0000 Subject: [PATCH] * Some fixes to make the banner work in IE7. Still need to optimize things a bit, and I dread testing this with IE8 to find out how badly it fucks it up. --- webcit/static/webcit.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 2981a3909..3af07de01 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -20,16 +20,23 @@ body { font-size: 100%;} font-size: 130%; } -#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, .selector_top, .selector_bottom, .banner .infos,.banner .nummsgs,li.search,li.view, .room_actions form select option, .selectbox, .message_header, ul.adminitems li span, #message_list tr > td { +#button, #content .msgbuttons a, .button_link a, input#delbutton,.attachfile,.logbuttons input,.buttons input, .buttons a, .customize, .menubar_link, .roomlist_floor, .ib_roomlist_floor, .roomlist_new, .ib_roomlist_new, .roomlist_old, .ib_roomlist_old, #banner ul.room_actions li, .selector_top, .selector_bottom, .banner .infos,li.search,li.view, .room_actions form select option, .selectbox, .message_header, ul.adminitems li span, #message_list tr > td { font-size: 100%; } +#nummsgs { + font-size: 75%; +} + #message_list_hdr table { font-size: 80%; } #navbar { font-size: 75%; + position: absolute; + bottom: 0; + width: 100%; } .mailbox_summary { @@ -127,7 +134,7 @@ body { border-top: 1px solid #AAA; } -#banner h1,#banner h2,.banner .nummsgs,.mimepart div,.required { +#banner h1,#banner h2,.mimepart div,.required { font-weight: 700; } @@ -148,6 +155,7 @@ body { width: 84%; /* when changing this, also change #iconbar and #content */ left: 16%; /* when changing this, also change #iconbar and #content */ z-index: 3; + overflow: hidden; } #banner a { @@ -889,9 +897,13 @@ body, #global { #room_infos img.close_infos { float: right; } + #actiondiv { - display: table-cell; + position: absolute; + right: 0; + top: 0; } + #banner ul.room_actions { list-style: none; text-align: left; -- 2.39.2