Make 2011 search box wider, props demetris, fixes #17707

git-svn-id: https://develop.svn.wordpress.org/trunk@18334 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-06-23 22:56:40 +00:00
parent 5068db5bb8
commit 6e4d77b711
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ a:hover {
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
width: 45px;
width: 72px;
}
#branding #s:focus {
background-color: #f9f9f9;