Fix padding for Quick Draft dashboard widget when there are no drafts.

props aubreypwd.
fixes #26076.
Built from https://develop.svn.wordpress.org/trunk@26239


git-svn-id: http://core.svn.wordpress.org/trunk@26146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-11-17 00:38:09 +00:00
parent 7d1fda5b52
commit 5965ca48ce
4 changed files with 4 additions and 6 deletions

View File

@ -2981,7 +2981,7 @@ body #dashboard-widgets .postbox form .submit {
#dashboard_quick_press form {
overflow: hidden;
margin: 12px 12px 0;
margin: 12px;
}
#dashboard_quick_press .drafts,
@ -3071,7 +3071,6 @@ form.initial-form.quickpress-open input#title {
#dashboard_quick_press .drafts {
border-top: 1px solid #eee;
margin-top: 12px;
}
#dashboard_quick_press .drafts abbr {

File diff suppressed because one or more lines are too long

View File

@ -2981,7 +2981,7 @@ body #dashboard-widgets .postbox form .submit {
#dashboard_quick_press form {
overflow: hidden;
margin: 12px 12px 0;
margin: 12px;
}
#dashboard_quick_press .drafts,
@ -3071,7 +3071,6 @@ form.initial-form.quickpress-open input#title {
#dashboard_quick_press .drafts {
border-top: 1px solid #eee;
margin-top: 12px;
}
#dashboard_quick_press .drafts abbr {

File diff suppressed because one or more lines are too long