diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index d5801e461e..0d10671219 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -81,14 +81,31 @@ addLoadEvent(focusit); -

+

+ +
post_status ) { ?> - - +
+ +
+ + +

+ + + + + +

+ +

+
+ +

post_status, array('publish', 'future') ) || 0 == $post_ID ) { @@ -101,6 +118,15 @@ if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_I +

+ +
+ +

+ + + + -

-
- - - - - - -
- -

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index cd34bcb587..4ef0baf6d0 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1226,6 +1226,25 @@ a.view-comment-post-link { background-position: 4px 18px; } +#submitpost { + position: fixed; + background-color: #eaf3fa; + width: 250px; + top: 225px; + right: 25%; + margin-right: -125px; +} + +#submitpost #previewview { + background-color: #2683ae; +} + +#submitpost .submit { + text-align: left; + background-color: #464646; + padding: 15px 10px; +} + /* Categories */ #categorydiv #category-adder {