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; }