- Patch #870358 by bleen18: input format fieldset has a gap.

merge-requests/26/head
Dries Buytaert 2010-08-01 19:43:51 +00:00
parent 69d069ce52
commit d58e32ed2b
1 changed files with 2 additions and 4 deletions

View File

@ -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;