Dimp CSS tweaks
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Apr 2009 19:29:03 +0000 (13:29 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 7 Apr 2009 19:29:37 +0000 (13:29 -0600)
imp/themes/screen-dimp.css

index e03cce3..6c2f00c 100644 (file)
@@ -2,7 +2,12 @@
  * DIMP core CSS.
  */
 
-/* ini header. */
+/* global */
+input {
+    vertical-align: middle;
+}
+
+/* ini header */
 #quota {
     float: right;
     font-weight: normal;
@@ -600,6 +605,7 @@ div.dimpActionsCompose, div.dimpActionsMsg {
 
 /* Message Composition. */
 .composeAddrbook {
+    color: blue;
     cursor: pointer;
     text-decoration: underline;
 }