Put the 'Safe Draft' button back in its place in the Publish box. Fixes #26081, props aubreypwd.

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


git-svn-id: http://core.svn.wordpress.org/trunk@26154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-18 19:04:09 +00:00
parent 7fe71ffe81
commit 116d02da86
4 changed files with 4 additions and 4 deletions

View File

@ -2998,7 +2998,7 @@ body #dashboard-widgets .postbox form .submit {
/* Dashboard Quick Draft - Form styling */
input#save-post {
float: left;
float: right;
}
form.initial-form label.prompt {

File diff suppressed because one or more lines are too long

View File

@ -2998,7 +2998,7 @@ body #dashboard-widgets .postbox form .submit {
/* Dashboard Quick Draft - Form styling */
input#save-post {
float: right;
float: left;
}
form.initial-form label.prompt {

File diff suppressed because one or more lines are too long