summaryrefslogtreecommitdiffstats
path: root/skins/standard/search_form.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/search_form.css')
-rw-r--r--skins/standard/search_form.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/standard/search_form.css b/skins/standard/search_form.css
index 509d87f66..71ce22484 100644
--- a/skins/standard/search_form.css
+++ b/skins/standard/search_form.css
@@ -204,3 +204,9 @@ div.bz_section_title span {
.bz_simple_search_form th {
text-align: right;
}
+
+/* let the browser choose the select height from the "size" param */
+.search_field_grid select {
+ height: auto;
+}
+