CSS Tweaks
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 2 Mar 2009 20:12:17 +0000 (13:12 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 2 Mar 2009 20:12:17 +0000 (13:12 -0700)
imp/themes/screen.css

index 27a7ec8..1a0ba13 100644 (file)
@@ -130,10 +130,6 @@ div.msgActions, #fmanager div.folderActions {
     padding-left: 15px;
 }
 
-#msgheaders {
-    clear: left;
-}
-
 /* Message body styling. */
 .messageBody {
     border-top: 1px solid #ccc;
@@ -275,6 +271,9 @@ tr.deleted:hover, tr.deleted-over {
     background: #f00;
 }
 
+table.msgheaders, td {
+    vertical-align: inherit;
+}
 table.msgheaders, td.msgheader {
     width: 100%;
 }