Merge pull request #313 from kristi/frontend-tweak

Fix searchbar scaling issue
This commit is contained in:
Corey Donohoe
2012-05-04 09:44:23 -07:00
@@ -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;