From: Michael M Slusarz Date: Sun, 12 Apr 2009 04:08:22 +0000 (-0600) Subject: Fix mimePartInfo display on IE X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=253bd23ad0e240861208adb1e4d00619096f3ab5;p=horde.git Fix mimePartInfo display on IE --- diff --git a/imp/themes/ie6_or_less.css b/imp/themes/ie6_or_less.css index 803f27272..96226b891 100644 --- a/imp/themes/ie6_or_less.css +++ b/imp/themes/ie6_or_less.css @@ -8,7 +8,7 @@ } /* Fixes broken inline-block. */ -span.spellcheckPopdownImg, span.threadImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc { +span.spellcheckPopdownImg, span.threadImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc, span.mimePartInfo { zoom: 1; *display: inline; } diff --git a/imp/themes/ie7.css b/imp/themes/ie7.css index c49656fcf..548858eab 100644 --- a/imp/themes/ie7.css +++ b/imp/themes/ie7.css @@ -8,7 +8,7 @@ } /* Fixes broken inline-block. */ -span.spellcheckPopdownImg, span.threadImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc { +span.spellcheckPopdownImg, span.threadImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc, span.mimePartInfo { zoom: 1; *display: inline; } diff --git a/imp/themes/screen.css b/imp/themes/screen.css index d69ce9534..9f9c23fea 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -543,7 +543,8 @@ span.threadImg8 { .mimePartInfo { border: 1px solid #ccc; background: #efefef; - display: table; + display: -moz-inline-stack; + display: inline-block; } .mimePartInfo img { vertical-align: bottom;