From 2dc5a62a332bc2ca2071033e9451da13fcc678b2 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 14 Jan 2008 01:14:57 +0000 Subject: [PATCH] Rough pass at submit box. git-svn-id: https://develop.svn.wordpress.org/trunk@6605 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 44 ++++++++++++++++++++++----------- wp-admin/wp-admin.css | 19 ++++++++++++++ 2 files changed, 48 insertions(+), 15 deletions(-) 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 {