Merge pull request #313 from kristi/frontend-tweak
Fix searchbar scaling issue
This commit is contained in:
@@ -615,18 +615,13 @@ ul.actions {
|
|||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #d4d4d4;
|
border: 1px solid #d4d4d4;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 2.0em;
|
height: 2.2em;
|
||||||
|
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
-moz-border-radius: 0.3em;
|
-moz-border-radius: 0.3em;
|
||||||
-webkit-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 {
|
#head #searchbar #searchbar-fauxtext input#search-query {
|
||||||
border: none;
|
border: none;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|||||||
Reference in New Issue
Block a user