From 1ab9a1f24911b006df26b080987e75d12b9b95b5 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 22 Sep 2010 16:23:30 +0200 Subject: [PATCH] Fix quota borders on portal. --- imp/themes/silver/screen.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/imp/themes/silver/screen.css b/imp/themes/silver/screen.css index 77064aca1..5b6a945eb 100644 --- a/imp/themes/silver/screen.css +++ b/imp/themes/silver/screen.css @@ -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 { -- 2.11.0