From: Art Cancro Date: Mon, 14 Jun 2010 17:20:13 +0000 (+0000) Subject: * remove ie5-mac hack X-Git-Tag: v7.86~159 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=2d25b04444bb3338b86e53470e0158ca6cc4ba5e;p=citadel.git * remove ie5-mac hack --- diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 4fafc975c..2981a3909 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -2,6 +2,7 @@ * Copyright 2005 - 2010 The Citadel Team * Licensed under the GPL V3 */ + @import url("datepicker.css"); @media print { input#toggler, .toolbar { display: none } @@ -931,57 +932,72 @@ body, #global { #navbar ul li a { padding: 2px 8px 8px 8px; white-space: nowrap; - } +} #navbar ul li img { float: none; margin: 0 2px 0 2px; } + .floor { margin-left: 0px; } + .floor > ul { display: none; } + .floor-expanded > ul{ display: block !important; } + #roomlist > ul { margin: 0; padding: 0; } + #roomlist > div > ul > li { margin: 0; padding: 0; } -/** Override to disable list-style-image" */ + +/* Override to disable list-style-image" */ .room a, .room a, .room a:visited, .room a:link { color: #333333; } + .room-private { list-style-image: url("/static/privatemess_16x.gif"); } + .room-addr { list-style-image: url("/static/viewcontacts_16x.gif"); } + .room-cal { list-style-image: url("/static/calarea_16x.gif"); } + .room-tasks { list-style-image: url("/static/taskmanag_16x.gif"); } + .room-notes { list-style-image: url("/static/storenotes_16x.gif"); } + .room-chat { list-style-image: url("/static/chatrooms_16x.gif"); } + .room-newmsgs { font-weight: bold; } + .room-emphasized { text-decoration: underline; } + /* Content */ .boxcontent table { @@ -1079,10 +1095,6 @@ body, #global { padding: .5em; } -/* hack ie5 mac \*/ -dt { clear: both; } -/* end hack */ - .mimepart dl dd { float: left; width: 62%; @@ -1239,32 +1251,41 @@ div.auto_complete ul strong.highlight { #citlogo { display: none; /* Overriden later */ } + .sort_ascending, .sort_descending { background-repeat: no-repeat; background-position: center right; } + .sort_ascending { background-image: url("/static/down_pointer.gif"); } + .sort_descending { background-image: url("/static/up_pointer.gif"); } + #message_list_hdr > table { border-collapse: collapse; } + #message_list_hdr > table > tbody > tr > th { border-left: 2px solid white; border-right: 2px solid white; } + #summary_view > table { border-collapse: collapse; } + th.col1 { border-left: none !important; } + th.col3 { border-right: none !important; } + /* System Administration Menu */ ul.adminitems { @@ -1289,7 +1310,6 @@ ul.adminitems li span { cursor: default; } - table.altern { margin: 0 auto 0 auto; width: 98%