Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.

git-svn-id: https://develop.svn.wordpress.org/trunk@9073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-03 00:13:12 +00:00
parent 9a41b69f98
commit 3664763817
12 changed files with 91 additions and 77 deletions

View File

@@ -173,14 +173,12 @@ unset($status_links);
</form>
</div>
<form id="posts-filter" action="" method="get">
<p id="post-search">
<form class="search-form" action="<?php echo $pagenow ?>" method="get">
<p class="search-box">
<label class="hidden" for="post-search-input"><?php _e( 'Search Comments' ); ?>:</label>
<input type="text" id="post-search-input" name="s" value="<?php echo $search; ?>" />
<input type="text" class="search-input" id="post-search-input" name="s" value="<?php echo $search; ?>" />
<input type="submit" value="<?php _e( 'Search Comments' ); ?>" class="button" />
</p>
</form>
<?php
@@ -249,7 +247,7 @@ if ( 'spam' == $comment_status ) {
</div>
<br class="clear" />
<div class="clear"></div>
<?php if ( $comments ) { ?>
<table class="widefat">