From bea06cf704f0d3da797dc0c7fbce3ab4604eb11a Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 18 Sep 2013 17:35:29 -0400 Subject: [PATCH] Keep label + input together in search bar The better for breaking in a sane way on a non-mobile screen. Signed-off-by: Dan Scott Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 6f6156d0bf..d92cfef5ba 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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; -- 2.11.0