summaryrefslogtreecommitdiffstats
path: root/search/search.css
diff options
context:
space:
mode:
Diffstat (limited to 'search/search.css')
-rw-r--r--search/search.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/search/search.css b/search/search.css
index 9074198f..648a792f 100644
--- a/search/search.css
+++ b/search/search.css
@@ -17,7 +17,7 @@
#MSearchSelect {
display: inline-block;
vertical-align: middle;
- height: 1.4em;
+ height: 19px;
padding: 0 0 0 0.3em;
margin: 0;
}
@@ -26,7 +26,7 @@
display: inline-block;
vertical-align: middle;
width: 7.5em;
- height: 1.1em;
+ height: 19px;
margin: 0 0.15em;
padding: 0;
line-height: 1em;
@@ -39,6 +39,12 @@
background: none;
}
+@media(hover: none) {
+ /* to avoid zooming on iOS */
+ #MSearchField {
+ font-size: 16px;
+ }
+}
#MSearchBox .right {
display: inline-block;
@@ -138,7 +144,7 @@ a.SelectItem:hover {
/*---------------- Search results window */
iframe#MSearchResults {
- width: 60ex;
+ /*width: 60ex;*/
height: 15em;
}