mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Admin bar: re-center the search box, see #81197
git-svn-id: https://develop.svn.wordpress.org/trunk@19370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -393,27 +393,24 @@
|
||||
}
|
||||
|
||||
#wpadminbar #adminbarsearch {
|
||||
height: 24px;
|
||||
padding: 2px 4px;
|
||||
margin: 0;
|
||||
height: 28px;
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input {
|
||||
height: 23px;
|
||||
line-height: 23px;
|
||||
font: 13px/24px sans-serif;
|
||||
height: 24px;
|
||||
width: 140px;
|
||||
font: 13px sans-serif;
|
||||
border: none;
|
||||
padding: 0 3px 0 23px;
|
||||
margin: 0 3px 0 0;
|
||||
|
||||
color: #ccc;
|
||||
text-shadow: #444 0px -1px 0px;
|
||||
background-color: rgba( 255, 255, 255, 0 );
|
||||
|
||||
background-image: url(../images/admin-bar-sprite.png?d=11182010);
|
||||
background-position: 3px 1px;
|
||||
background-repeat: no-repeat;
|
||||
outline: none;
|
||||
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
@@ -426,7 +423,6 @@
|
||||
-webkit-box-sizing: border-box;
|
||||
-ms-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
|
||||
-webkit-transition-duration: 400ms;
|
||||
-webkit-transition-property: width, background;
|
||||
@@ -439,6 +435,10 @@
|
||||
-o-transition-timing-function: ease;
|
||||
}
|
||||
|
||||
#wpadminbar.ie7 #adminbarsearch .adminbar-input {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
#wpadminbar #adminbarsearch .adminbar-input:focus {
|
||||
color: #555;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
|
||||
Reference in New Issue
Block a user