From: Michael M Slusarz Date: Mon, 12 Oct 2009 12:20:33 +0000 (-0600) Subject: IE7 CSS fixes X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=57b32ca6fb4b7b59214fa07b797c3f278feec8a1;p=horde.git IE7 CSS fixes --- 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;