From 6393975777cbd4c51f626e92f8ce532a1df1d522 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 23 Oct 2009 00:26:31 -0600 Subject: [PATCH] IE6 DIMP CSS updates --- imp/themes/ie6_or_less-dimp.css | 43 +++++++++++++++++------------------------ 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/imp/themes/ie6_or_less-dimp.css b/imp/themes/ie6_or_less-dimp.css index 714841268..19ae24a27 100644 --- a/imp/themes/ie6_or_less-dimp.css +++ b/imp/themes/ie6_or_less-dimp.css @@ -6,9 +6,14 @@ height: auto; } -#sidebarPanel, #normalfolders { - width: 150px; +#sidebarPanel .sepfull, #splitBar, .context div.sep { + overflow: hidden; } + +#sidebarPanel li { + width: 100%; +} + #normalfolders { /* IE 6 does not support max-height. To auto-size folder list display, set * height to 0px. */ @@ -16,42 +21,30 @@ overflow: auto; } -#sidebarPanel li { - width: 100%; -} .context { width: 180px; } -div.msgSubject { - width: 50%; -} - -div.msgmiddle { - margin-bottom: -4px; -} - -.splitBar { - background-attachment: fixed; - font-size: 0px; -} - -form#compose { - margin-top: -13px; -} #to, #cc, #bcc { overflow: auto; } -#composeMessageParent { - width: 96% !important; -} .block-monthgrid table { border-width: 2px; } #msglistHeader { - height: 15px; + height: 16px; +} +#msglistHeader div { + margin-right: -1px; +} +#msglistHeader div.msgStatus { + margin-right: 0; +} + +.dimpOptions span.iconImg { + margin-right: 4px; } /* IE 6 doesn't support DOM.class1.class2 - treats this as DOM.class2. So -- 2.11.0