Replace Quick Edit and Bulk Edit headings with <legend> elements.

Props afercia.
Fixes #34289.

git-svn-id: https://develop.svn.wordpress.org/trunk@35234 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2015-10-17 00:44:12 +00:00
parent 7db19dcda2
commit 5c19a7a704
3 changed files with 18 additions and 9 deletions

View File

@@ -988,11 +988,19 @@ tr.inline-edit-row td,
}
/* Positioning */
.inline-edit-row h4 {
margin: .2em 0;
padding: 0;
/* Needs higher specificity for the padding */
#the-list .inline-edit-row .inline-edit-legend {
margin: 0;
padding: 0.2em 0.5em 0;
line-height: 2.5;
font-weight: 600;
}
#the-list #bulk-edit.inline-edit-row .inline-edit-legend {
padding: 0.2em 0.5em;
}
.inline-edit-row fieldset span.title,
.inline-edit-row fieldset span.checkbox-title {
margin: 0;
@@ -1082,7 +1090,7 @@ tr.inline-edit-row td,
}
/* Styling */
.inline-edit-row h4 {
.inline-edit-row .inline-edit-legend {
text-transform: uppercase;
}