From: Michael M Slusarz Date: Fri, 25 Sep 2009 17:10:21 +0000 (-0600) Subject: This style has been moved inside the HTML viewer. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5229eff83fdc1e80083c65e2a5f818b524218943;p=horde.git This style has been moved inside the HTML viewer. --- diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 81b23a4fd..a827c1747 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -526,7 +526,7 @@ td.addressTr span.loadingImg { } /* MIME styles. */ -.mimeStatusMessage, .mimeStatusWarning, .mimeHeaders, .mimePartInfo { +.mimeStatusMessage, .mimeHeaders, .mimePartInfo { padding: 4px; margin-bottom: 3px; font-size: 90%; @@ -542,13 +542,6 @@ td.addressTr span.loadingImg { .mimeStatusIcon { width: 22px; } -.mimeStatusWarning { - border: 1px solid #800; - background: #e81222; - color: #fff; - width: 100%; - padding: 1px; -} .mimeHeaders { border: 1px solid #ccc; background: #f9f9f9; @@ -564,10 +557,10 @@ td.addressTr span.loadingImg { vertical-align: bottom; } -.mimeStatusMessage td, .mimeStatusWarning td, .mimePartInfo td { +.mimeStatusMessage td, .mimePartInfo td { padding: 0; } -.mimeStatusMessage td table td, .mimeStatusWarning td table td, .mimePartInfo td table td { +.mimeStatusMessage td table td, .mimePartInfo td table td { padding-right: 2px; white-space: nowrap; }