IE6 DIMP CSS updates
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 23 Oct 2009 06:26:31 +0000 (00:26 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 23 Oct 2009 06:26:31 +0000 (00:26 -0600)
imp/themes/ie6_or_less-dimp.css

index 7148412..19ae24a 100644 (file)
@@ -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. */
     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