From 57b32ca6fb4b7b59214fa07b797c3f278feec8a1 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 12 Oct 2009 06:20:33 -0600 Subject: [PATCH] IE7 CSS fixes --- imp/themes/ie7-dimp.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/imp/themes/ie7-dimp.css b/imp/themes/ie7-dimp.css index 1b9e2f2b6..e064297c4 100644 --- a/imp/themes/ie7-dimp.css +++ b/imp/themes/ie7-dimp.css @@ -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; -- 2.11.0