From: Michael M Slusarz Date: Mon, 24 Aug 2009 03:15:32 +0000 (-0600) Subject: Use inline-block for mime status messages X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=27292d63694a47b6b7fce4f5c89e579a5f2dc93b;p=horde.git Use inline-block for mime status messages --- diff --git a/imp/themes/ie6_or_less.css b/imp/themes/ie6_or_less.css index 923bc9108..d16bf3401 100644 --- a/imp/themes/ie6_or_less.css +++ b/imp/themes/ie6_or_less.css @@ -8,7 +8,7 @@ } /* Fixes broken inline-block. */ -div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc, span.mimePartInfo { +div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc, span.mimePartInfo, .mimeStatusMessage { zoom: 1; *display: inline; } diff --git a/imp/themes/ie7.css b/imp/themes/ie7.css index 6126d3766..77bad4f0b 100644 --- a/imp/themes/ie7.css +++ b/imp/themes/ie7.css @@ -8,7 +8,7 @@ } /* Fixes broken inline-block. */ -div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc, span.mimePartInfo { +div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc, span.mimePartInfo, .mimeStatusMessage { zoom: 1; *display: inline; } diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 7aad5544d..c7fe541cf 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -540,8 +540,9 @@ td.addressTr span.loadingImg { color: #000; background: #ffc; border: 1px solid #fff760; - width: 100%; margin-bottom: 3px; + display: -moz-inline-stack; + display: inline-block; } .mimeStatusIcon { width: 22px;