IE7 CSS fixes
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 12 Oct 2009 12:20:33 +0000 (06:20 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 12 Oct 2009 12:20:33 +0000 (06:20 -0600)
imp/themes/ie7-dimp.css

index 1b9e2f2..e064297 100644 (file)
@@ -32,8 +32,8 @@ form#compose {
     border-width: 2px;
 }
 
-#sidebarPanel li.custom img, #sidebarPanel li.servicelink img {
-    padding-top: 1px;
+#sidebarPanel li.custom, #sidebarPanel li.servicelink {
+    padding-bottom: 1px;
 }
 
 #sidebarPanel li.folder a:hover, #sidebarPanel li.custom a:hover, #sidebarPanel li.servicelink a:hover {
@@ -48,6 +48,10 @@ form#compose {
     text-decoration: underline;
 }
 
+.htmlMsgData {
+    width: 98%;
+}
+
 /* Fixes broken inline-block. */
 div.msgStatus div, #msgHeadersContent .subject span, span.iconImg, span.contextImg, span.spellcheckPopdownImg, #quicksearch span  {
     zoom: 1;