More admin bar styling improvements. Includes RTL fixes. Don't show redundant 'search' value. props ocean90, see #15308.

git-svn-id: https://develop.svn.wordpress.org/trunk@16875 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-12-11 08:54:41 +00:00
parent bbbfee7e7f
commit 10b2d9bf40
7 changed files with 42 additions and 71 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class WP_Admin_Bar {
<div id="adminbarsearch-wrap">
<form action="<?php echo home_url(); ?>" method="get" id="adminbarsearch">
<input class="adminbar-input" name="s" id="adminbar-search" type="text" title="<?php esc_attr_e( 'Search' ); ?>" value="" maxlength="150" />
<input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" />
<button type="submit" class="adminbar-button"><span><?php _e('Search'); ?></span></button>
</form>
</div>