TPAC: Enable search bar elements to wrap gracefully
authorDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 05:11:36 +0000 (01:11 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:13 +0000 (18:45 -0400)
As the browser window narrows, stack the search bar elements vertically
as needed.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index 49d83c6..7b070ce 100644 (file)
@@ -1658,6 +1658,7 @@ a.preflib_change {
 
 #search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
     white-space: nowrap;
+    display: inline-block;
 }
 
 .result_table_title_cell {