Center the admin bar search item horizontally. see #18197.

git-svn-id: https://develop.svn.wordpress.org/trunk@19391 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2011-11-22 01:00:10 +00:00
parent 8d57c1e16f
commit cca15369b5
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -403,7 +403,7 @@
width: 140px;
border: none;
padding: 0 3px 0 23px;
margin: 0 3px 0 0;
margin: 0;
color: #ccc;
text-shadow: #444 0px -1px 0px;
background-color: rgba( 255, 255, 255, 0 );
@ -472,7 +472,7 @@
}
#wpadminbar.nojs #wp-admin-bar-wp-logo:hover .ab-wp-logo,
#wpadminbar #wp-admin-bar-wp-logo.hover .ab-wp-logo {
#wpadminbar #wp-admin-bar-wp-logo.hover .ab-wp-logo {
background-image: url(../images/admin-bar-sprite.png?d=11182010);
background-position: -2px -100px;
background-repeat: no-repeat;

View File

@ -454,7 +454,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.3u1' );
$styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
$styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.1' );
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20111120' );
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20111121' );
$styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css", array(), '20111107' );
$styles->add( 'editor-buttons', "/wp-includes/css/editor-buttons$suffix.css", array(), '20111114' );
$styles->add( 'wp-pointer', "/wp-includes/css/wp-pointer$suffix.css", array(), '20111114' );