From: Jan Schneider Date: Wed, 22 Sep 2010 14:23:30 +0000 (+0200) Subject: Fix quota borders on portal. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1ab9a1f24911b006df26b080987e75d12b9b95b5;p=horde.git Fix quota borders on portal. --- 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 {