From d58e32ed2b20dcda35958d76faafbae673d404a4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Aug 2010 19:43:51 +0000 Subject: - Patch #870358 by bleen18: input format fieldset has a gap. --- themes/bartik/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index d1a603721..37b83f49d 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -941,6 +941,8 @@ fieldset { margin-top: 25px; } .filter-wrapper { + top: 0; + padding-bottom: 10px; -khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; @@ -1081,10 +1083,6 @@ html.js input.throbbing { border-top-left-radius: 4px; border-top-right-radius: 4px; } -#comment-form fieldset.filter-wrapper { - top: 0; - padding-bottom: 10px; -} #comment-form fieldset.filter-wrapper .fieldset-wrapper, #comment-form .text-format-wrapper .form-item { margin-top: 0; -- cgit v1.2.3