This style has been moved inside the HTML viewer.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 25 Sep 2009 17:10:21 +0000 (11:10 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 25 Sep 2009 17:10:21 +0000 (11:10 -0600)
imp/themes/screen.css

index 81b23a4..a827c17 100644 (file)
@@ -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;
 }