From 5ececb8f8ba9b43fd256f7ce375657a8426761c0 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 5 Feb 2008 21:27:10 +0000 Subject: [PATCH] More edit.php butchery. Time for designers to take over git-svn-id: https://develop.svn.wordpress.org/trunk@6734 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit.php | 6 +++++- wp-admin/wp-admin.css | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index de315dc795..cad0cfbb54 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -27,6 +27,7 @@ $posts_columns = wp_manage_posts_columns(); ?> +

post_title)); @@ -56,6 +57,10 @@ if ( is_single() ) { printf( _c( '%1$s%2$s%3$s%4$s%5$s%6$s|You can reorder these: 1: Posts, 2: by {s}, 3: matching {s}, 4: in {s}, 5: tagged with {s}, 6: during {s}' ), $h2_noun, $h2_author, $h2_search, $h2_cat, $h2_tag, $h2_month ); } ?>

+

+ + +

-
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index a432e54632..7213ca7699 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1418,6 +1418,26 @@ p#tag-search { margin: 0; } +form#posts-filter { + position: relative; +} + +p#post-search { + position: absolute; + right: 0; + top: 0; + margin: 0; +} + +#posts-filter fieldset { + float: left; + margin: 0 1.5ex 1em 0; + padding: 0; +} + +#posts-filter fieldset legend { + padding: 0 0 .2em 1px; +} /* Global classes */ .wp-hidden-children .wp-hidden-child { display: none; }