- Patch #870358 by bleen18: input format fieldset has a gap.
parent
69d069ce52
commit
d58e32ed2b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue