1
0

No margin-top for tabs in upload form.

This commit is contained in:
Matthias Mees
2014-02-27 15:05:54 +01:00
parent 5abd33d9dc
commit 74a8cb927a

View File

@ -1455,7 +1455,8 @@ fieldset p,
.comment_data,
.configuration_group h3,
form > .button_link:first-of-type,
.upload_form > .form_field:first-child {
.upload_form > .form_field:first-child,
#uploadform .tabs ul {
margin-top: 0;
}