From 5229eff83fdc1e80083c65e2a5f818b524218943 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 25 Sep 2009 11:10:21 -0600 Subject: [PATCH] This style has been moved inside the HTML viewer. --- imp/themes/screen.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) 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; } -- 2.11.0