Fix searchbar scaling issue

This commit is contained in:
kristi
2012-05-04 09:35:27 -07:00
parent f834a0c84f
commit 6a126d46ee
@@ -615,18 +615,13 @@ ul.actions {
background: #fff;
border: 1px solid #d4d4d4;
overflow: hidden;
height: 2.0em;
height: 2.2em;
border-radius: 0.3em;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
}
.ie #head #searchbar #searchbar-fauxtext,
.ff #head #searchbar #searchbar-fauxtext {
height: 2.2em
}
#head #searchbar #searchbar-fauxtext input#search-query {
border: none;
color: #000;