diff options
-rw-r--r-- | themes/bartik/css/style.css | 6 |
1 files 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; |