Improve focus styles for:
* Quick Draft links * Media Library list mode thumbnails props afercia. fixes #32284, #32291. Built from https://develop.svn.wordpress.org/trunk@32476 git-svn-id: http://core.svn.wordpress.org/trunk@32446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bbcdcc084d
commit
42cd948544
|
@ -2036,14 +2036,17 @@ td.media-icon {
|
|||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
td.media-icon a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
td.media-icon img {
|
||||
display: block;
|
||||
max-width: 80px;
|
||||
max-height: 60px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
td.image-icon img {
|
||||
border: 1px solid #e7e7e7;
|
||||
border: 1px solid rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
|
|
|
@ -2036,14 +2036,17 @@ td.media-icon {
|
|||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
td.media-icon a {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
td.media-icon img {
|
||||
display: block;
|
||||
max-width: 80px;
|
||||
max-height: 60px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
td.image-icon img {
|
||||
border: 1px solid #e7e7e7;
|
||||
border: 1px solid rgba(0, 0, 0, 0.07);
|
||||
}
|
||||
|
||||
|
|
|
@ -448,7 +448,6 @@ body #dashboard-widgets .postbox form .submit {
|
|||
}
|
||||
|
||||
#dashboard_quick_press form {
|
||||
overflow: hidden;
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
|
@ -569,12 +568,11 @@ form.initial-form.quickpress-open input#title {
|
|||
}
|
||||
|
||||
#dashboard_quick_press .draft-title {
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .draft-title a,
|
||||
#dashboard_quick_press .draft-title time {
|
||||
float: right;
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -448,7 +448,6 @@ body #dashboard-widgets .postbox form .submit {
|
|||
}
|
||||
|
||||
#dashboard_quick_press form {
|
||||
overflow: hidden;
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
|
@ -569,12 +568,11 @@ form.initial-form.quickpress-open input#title {
|
|||
}
|
||||
|
||||
#dashboard_quick_press .draft-title {
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .draft-title a,
|
||||
#dashboard_quick_press .draft-title time {
|
||||
float: left;
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32475';
|
||||
$wp_version = '4.3-alpha-32476';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue