CSS tweak for no messages display
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 24 Nov 2010 06:37:44 +0000 (23:37 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 24 Nov 2010 06:37:44 +0000 (23:37 -0700)
imp/themes/default/dimp/screen.css

index 1ac914a..2037064 100644 (file)
@@ -185,6 +185,8 @@ div.msgSize {
 
 /* Message ViewPort */
 span.vpEmpty, span.vpError {
+    display: block;
+    padding: 2px 0 0 2px;
     font-weight: bold;
 }