Dashboard: cleanup after [35414].

Props afercia.
Fixes #33558.

Built from https://develop.svn.wordpress.org/trunk@35420


git-svn-id: http://core.svn.wordpress.org/trunk@35384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-10-28 20:08:25 +00:00
parent fd11ef9c45
commit fc440ef0f0
5 changed files with 17 additions and 19 deletions

View File

@ -586,6 +586,10 @@ form.initial-form.quickpress-open input#title {
color: #23282d; color: #23282d;
} }
#dashboard_quick_press .drafts h2 {
line-height: inherit;
}
#dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */ #dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */
#dashboard-widgets .inside h3 { #dashboard-widgets .inside h3 {
margin-right: 0; margin-right: 0;
@ -594,10 +598,6 @@ form.initial-form.quickpress-open input#title {
/* Dashboard activity widget */ /* Dashboard activity widget */
#dashboard_activity ul {
padding: 0 12px;
}
#dashboard_activity .comment-meta span.approve:before { #dashboard_activity .comment-meta span.approve:before {
content: "\f227"; content: "\f227";
font: 20px/.5 dashicons; font: 20px/.5 dashicons;
@ -609,13 +609,12 @@ form.initial-form.quickpress-open input#title {
} }
#dashboard_activity .inside { #dashboard_activity .inside {
padding: 0;
margin: 0; margin: 0;
} }
#dashboard_activity .no-activity { #dashboard_activity .no-activity {
overflow: hidden; overflow: hidden;
padding: 0 12px 12px; padding: 0 0 12px;
text-align: center; text-align: center;
} }
@ -646,7 +645,7 @@ form.initial-form.quickpress-open input#title {
float: none; float: none;
border-top: 1px solid #eeeeee; border-top: 1px solid #eeeeee;
margin-top: 0; margin-top: 0;
padding: 8px 12px 4px; padding: 8px 0 4px;
} }
#future-posts ul, #future-posts ul,
@ -670,7 +669,6 @@ form.initial-form.quickpress-open input#title {
.activity-block { .activity-block {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
overflow: hidden;
padding: 8px 0 4px; padding: 8px 0 4px;
} }
@ -800,6 +798,7 @@ h3:hover .edit-box {
#latest-comments #the-comment-list { #latest-comments #the-comment-list {
position: relative; position: relative;
margin: 0 -12px;
} }
#activity-widget #the-comment-list .comment, #activity-widget #the-comment-list .comment,

View File

@ -586,6 +586,10 @@ form.initial-form.quickpress-open input#title {
color: #23282d; color: #23282d;
} }
#dashboard_quick_press .drafts h2 {
line-height: inherit;
}
#dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */ #dashboard-widgets .inside h4, /* Back-compat for pre-4.4 */
#dashboard-widgets .inside h3 { #dashboard-widgets .inside h3 {
margin-left: 0; margin-left: 0;
@ -594,10 +598,6 @@ form.initial-form.quickpress-open input#title {
/* Dashboard activity widget */ /* Dashboard activity widget */
#dashboard_activity ul {
padding: 0 12px;
}
#dashboard_activity .comment-meta span.approve:before { #dashboard_activity .comment-meta span.approve:before {
content: "\f227"; content: "\f227";
font: 20px/.5 dashicons; font: 20px/.5 dashicons;
@ -609,13 +609,12 @@ form.initial-form.quickpress-open input#title {
} }
#dashboard_activity .inside { #dashboard_activity .inside {
padding: 0;
margin: 0; margin: 0;
} }
#dashboard_activity .no-activity { #dashboard_activity .no-activity {
overflow: hidden; overflow: hidden;
padding: 0 12px 12px; padding: 0 0 12px;
text-align: center; text-align: center;
} }
@ -646,7 +645,7 @@ form.initial-form.quickpress-open input#title {
float: none; float: none;
border-top: 1px solid #eeeeee; border-top: 1px solid #eeeeee;
margin-top: 0; margin-top: 0;
padding: 8px 12px 4px; padding: 8px 0 4px;
} }
#future-posts ul, #future-posts ul,
@ -670,7 +669,6 @@ form.initial-form.quickpress-open input#title {
.activity-block { .activity-block {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
overflow: hidden;
padding: 8px 0 4px; padding: 8px 0 4px;
} }
@ -800,6 +798,7 @@ h3:hover .edit-box {
#latest-comments #the-comment-list { #latest-comments #the-comment-list {
position: relative; position: relative;
margin: 0 -12px;
} }
#activity-widget #the-comment-list .comment, #activity-widget #the-comment-list .comment,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-beta1-35419'; $wp_version = '4.4-beta1-35420';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.