Fix quota borders on portal.
authorJan Schneider <jan@horde.org>
Wed, 22 Sep 2010 14:23:30 +0000 (16:23 +0200)
committerJan Schneider <jan@horde.org>
Wed, 22 Sep 2010 14:23:30 +0000 (16:23 +0200)
imp/themes/silver/screen.css

index 77064ac..5b6a945 100644 (file)
@@ -6,7 +6,13 @@ div.composebody {
     border-top: 1px solid #999;
 }
 #quota .control {
-    border-bottom: 0;
+    border-bottom-width: 0;
+}
+.headerbox #quota {
+    border-top-width: 0;
+}
+#quota .control {
+    border-bottom-width: 1px;
 }
 
 #newmail {