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