IE7 CSS fixes
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 21 Oct 2009 20:31:48 +0000 (14:31 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 21 Oct 2009 20:32:00 +0000 (14:32 -0600)
imp/themes/ie7-dimp.css

index 3c24119..b53ac38 100644 (file)
@@ -4,23 +4,15 @@
 
 #sidebarPanel li {
     overflow: hidden;
-    max-width: 133px;
-    text-overflow: ellipsis;
 }
 #sidebarPanel .folderlist {
     overflow-y: auto;
 }
 
 #msgSplitPane {
-    margin-top: -4px;
     width: 99.7%;
 }
 
-div.msgSize {
-    width: auto;
-    overflow: hidden;
-}
-
 #to, #cc, #bcc {
     overflow: auto;
 }
@@ -29,20 +21,13 @@ div.msgSize {
     border-width: 2px;
 }
 
-#sidebarPanel li.custom, #sidebarPanel li.servicelink {
-    padding-bottom: 1px;
-}
-
 #sidebarPanel li.folder a:hover, #sidebarPanel li.custom a:hover, #sidebarPanel li.servicelink a:hover {
     font-weight: bold;
     text-decoration: underline;
 }
 
-.dimpOptions div {
-    height: 17px;
-}
-.dimpOptions div a:hover {
-    text-decoration: underline;
+.dimpOptions span.iconImg {
+    margin-right: 4px;
 }
 
 .htmlMsgData {