Accessibility: Improve and modernize user interface controls: Improve the new form controls styles and heights.
Improves cross-browsers rendering and addresses most of the reported edge cases. See #47477. Built from https://develop.svn.wordpress.org/trunk@46356 git-svn-id: http://core.svn.wordpress.org/trunk@46155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -622,8 +622,6 @@ th.asc a:focus span.sorting-indicator {
|
||||
|
||||
.tablenav-pages .current-page {
|
||||
margin: 0 0 0 2px;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -950,8 +948,8 @@ tr.inline-edit-row td,
|
||||
.inline-edit-row fieldset.inline-edit-date label {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
line-height: 1.5;
|
||||
vertical-align: baseline;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset label.inline-edit-tags {
|
||||
@@ -975,11 +973,6 @@ tr.inline-edit-row td,
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset.inline-edit-date select {
|
||||
margin: 1px;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset label span.input-text-wrap,
|
||||
.inline-edit-row fieldset .timestamp-wrap {
|
||||
display: block;
|
||||
@@ -1039,14 +1032,13 @@ tr.inline-edit-row td,
|
||||
|
||||
.inline-edit-row fieldset input[name=jj],
|
||||
.inline-edit-row fieldset input[name=hh],
|
||||
.inline-edit-row fieldset input[name=mn] {
|
||||
font-size: 12px;
|
||||
width: 2.3em;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset input[name=mn],
|
||||
.inline-edit-row fieldset input[name=aa] {
|
||||
font-size: 12px;
|
||||
width: 3.5em;
|
||||
line-height: 1.16666666;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
padding: 6px 4px;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset label input.inline-edit-password-input {
|
||||
@@ -1988,16 +1980,6 @@ div.action-links,
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset input[name=jj],
|
||||
.inline-edit-row fieldset input[name=hh],
|
||||
.inline-edit-row fieldset input[name=mn] {
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset input[name=aa] {
|
||||
width: 4.5em;
|
||||
}
|
||||
|
||||
.inline-edit-row .inline-edit-or {
|
||||
margin: 0 0 0 6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user