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:
parent
7fe71ffe81
commit
116d02da86
|
@ -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
|
@ -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
Loading…
Reference in New Issue