Restyle .sub text and .mu-storage header to match new admin design conventions. Fixes #26357.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-12-02 19:46:10 +00:00
parent 710803793b
commit b4f2763f8d
4 changed files with 14 additions and 8 deletions

View File

@ -2931,6 +2931,10 @@ body #dashboard-widgets .postbox form .submit {
overflow: hidden;
}
#dashboard-widgets h4.mu-storage {
margin-bottom: 10px;
}
/* Dashboard right now - Colors */
#dash-right-now li a:before {
@ -2938,7 +2942,7 @@ body #dashboard-widgets .postbox form .submit {
}
#dash-right-now .sub {
color: #bfbbbb;
color: #777;
background: #f5f5f5;
border-top: 1px solid #eee;
padding: 10px 12px 6px 12px;
@ -2949,8 +2953,7 @@ body #dashboard-widgets .postbox form .submit {
}
#dash-right-now .sub p {
margin: 0 0 .5em;
font-size: 11px;
margin: 0 0 1em;
}
#dash-right-now .warning a:before {

File diff suppressed because one or more lines are too long

View File

@ -2931,6 +2931,10 @@ body #dashboard-widgets .postbox form .submit {
overflow: hidden;
}
#dashboard-widgets h4.mu-storage {
margin-bottom: 10px;
}
/* Dashboard right now - Colors */
#dash-right-now li a:before {
@ -2938,7 +2942,7 @@ body #dashboard-widgets .postbox form .submit {
}
#dash-right-now .sub {
color: #bfbbbb;
color: #777;
background: #f5f5f5;
border-top: 1px solid #eee;
padding: 10px 12px 6px 12px;
@ -2949,8 +2953,7 @@ body #dashboard-widgets .postbox form .submit {
}
#dash-right-now .sub p {
margin: 0 0 .5em;
font-size: 11px;
margin: 0 0 1em;
}
#dash-right-now .warning a:before {

File diff suppressed because one or more lines are too long