CSS tweaks/fixes.
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Apr 2009 05:55:03 +0000 (23:55 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Apr 2009 17:28:02 +0000 (11:28 -0600)
imp/themes/screen-dimp.css
imp/themes/screen.css

index 3804e94..c9a4574 100644 (file)
@@ -67,6 +67,9 @@ div#quota {
 }
 
 /* SpellChecker styles. */
+#spellcheck {
+    color: #000;
+}
 .Checking {
     color: red;
 }
@@ -477,8 +480,7 @@ div.msgSize {
 .dimpActions .disabled span.popdown:hover, .dimpActions .disabled span.spellcheckPopdownImg {
     border: 0;
     cursor: default;
-    padding-left: 2px;
-    padding-right: 2px;
+    margin: 0;
 }
 #button_compose, #button_checkmail {
     display: none;
@@ -769,6 +771,7 @@ div.dimpActionsCompose, div.dimpActionsMsg {
     background: gray;
     color: #fff;
     cursor: pointer;
+    text-decoration: none;
 }
 .context .sep {
     border-bottom: 1px #d4d4d4 solid;
index f57a594..d69ce95 100644 (file)
@@ -315,10 +315,7 @@ table.flagmanagement tbody td.flagicon {
     background: #f00;
 }
 
-table.msgheaders, td {
-    vertical-align: inherit;
-}
-table.msgheaders, td.msgheader {
+td.msgheader {
     width: 100%;
 }
 table.multipleMsgs td.msgheader {