Dashboard: Activity widget CSS cleanup after [35420].

Props tyxla.
Fixes #34524. See #33558.
Built from https://develop.svn.wordpress.org/trunk@35469


git-svn-id: http://core.svn.wordpress.org/trunk@35433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2015-10-31 13:49:25 +00:00
parent e6578e7b4f
commit d5937d6a2c
5 changed files with 17 additions and 13 deletions

View File

@ -610,6 +610,7 @@ form.initial-form.quickpress-open input#title {
#dashboard_activity .inside {
margin: 0;
padding-bottom: 0;
}
#dashboard_activity .no-activity {
@ -643,9 +644,9 @@ form.initial-form.quickpress-open input#title {
#dashboard_activity .subsubsub {
float: none;
border-top: 1px solid #eeeeee;
margin-top: 0;
padding: 8px 0 4px;
border-top: 1px solid #eee;
margin: 0 -12px;
padding: 8px 12px 4px;
}
#future-posts ul,
@ -669,7 +670,8 @@ form.initial-form.quickpress-open input#title {
.activity-block {
border-bottom: 1px solid #eee;
padding: 8px 0 4px;
margin: 0 -12px;
padding: 8px 12px 4px;
}
.activity-block:last-child {

View File

@ -610,6 +610,7 @@ form.initial-form.quickpress-open input#title {
#dashboard_activity .inside {
margin: 0;
padding-bottom: 0;
}
#dashboard_activity .no-activity {
@ -643,9 +644,9 @@ form.initial-form.quickpress-open input#title {
#dashboard_activity .subsubsub {
float: none;
border-top: 1px solid #eeeeee;
margin-top: 0;
padding: 8px 0 4px;
border-top: 1px solid #eee;
margin: 0 -12px;
padding: 8px 12px 4px;
}
#future-posts ul,
@ -669,7 +670,8 @@ form.initial-form.quickpress-open input#title {
.activity-block {
border-bottom: 1px solid #eee;
padding: 8px 0 4px;
margin: 0 -12px;
padding: 8px 12px 4px;
}
.activity-block:last-child {

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
*/
$wp_version = '4.4-beta2-35468';
$wp_version = '4.4-beta2-35469';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.