Keep label + input together in search bar
authorDan Scott <dscott@laurentian.ca>
Wed, 18 Sep 2013 21:35:29 +0000 (17:35 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:09 +0000 (18:42 -0400)
The better for breaking in a sane way on a non-mobile screen.

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 6f6156d..d92cfef 100644 (file)
@@ -1653,6 +1653,10 @@ a.preflib_change {
     margin-bottom: 1em;
 }
 
+#search_query_label, #search_qtype_label, #search_itype_label, #search_locg_label {
+    white-space: nowrap;
+}
+
 @media only screen and (max-width: 600px) {
     body {
         font-size: 12pt;