mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
After [32796], improve the accessibility and markup for instances of touch_time().
Props rianrietveld, afercia. Fixes #31714. git-svn-id: https://develop.svn.wordpress.org/trunk@32945 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -317,8 +317,8 @@ table.media .column-title .row-actions {
|
||||
margin-left: 70px; /* 60px image + margin */
|
||||
}
|
||||
|
||||
table.media .column-title .media-info p {
|
||||
margin-bottom: 0.2em;
|
||||
table.media .column-title .media-info p {
|
||||
margin-bottom: 0.2em;
|
||||
}
|
||||
|
||||
/* @todo: pick a consistent list table selector */
|
||||
@@ -877,6 +877,13 @@ tr.inline-edit-row td,
|
||||
line-height: 2.5;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset.inline-edit-date label {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
line-height: 1.5;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset label.inline-edit-tags {
|
||||
margin-top: 0;
|
||||
}
|
||||
@@ -886,13 +893,23 @@ tr.inline-edit-row td,
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset label span.title {
|
||||
.inline-edit-row fieldset label span.title,
|
||||
.inline-edit-row fieldset.inline-edit-date legend {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 5em;
|
||||
line-height: 2.5;
|
||||
}
|
||||
|
||||
#posts-filter fieldset.inline-edit-date legend {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset.inline-edit-date select {
|
||||
margin: 1px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset label span.input-text-wrap {
|
||||
display: block;
|
||||
margin-left: 5em;
|
||||
|
||||
Reference in New Issue
Block a user