message list CSS tweaks in imp
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Mar 2010 19:09:15 +0000 (13:09 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 30 Mar 2010 19:47:42 +0000 (13:47 -0600)
imp/themes/screen.css

index b80a6b2..18a8d85 100644 (file)
     height: 20px;
 }
 .messageList th {
-    border: 1px solid #eee;
+    border-top: 1px solid #999;
+    border-left: 1px solid #ddd;
     cursor: pointer;
     overflow: hidden;
-    padding: 0 0 1px 1px;
+    padding: 0 0 1px 2px;
     text-align: left;
     white-space: nowrap;
 }