Dashboard: Activity widget CSS cleanup after [35420].

Props tyxla.
Fixes #34524. See #33558.

git-svn-id: https://develop.svn.wordpress.org/trunk@35469 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2015-10-31 13:48:14 +00:00
parent 37145d5b88
commit c01ce19d70
1 changed files with 6 additions and 4 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 {