From: Dan Scott Date: Tue, 24 Sep 2013 14:57:56 +0000 (-0400) Subject: TPAC expert search: wrap labelled fields consistently X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2ae3b1b4030eb73fefab1aa5e2e28dbb75f3be52;p=working%2FEvergreen.git TPAC expert search: wrap labelled fields consistently Use a new class "nonbreaking-wrapper" with display:inline-block to keep label + input fields together, rather than the inline "whitespace: no-wrap" which did not work on Chrome (and oddly enough forced the value field to the next line). Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index bd36d35532..80aae7f61b 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -1375,6 +1375,10 @@ table.bookbag-specific { } .save-notes { padding-bottom: 1.5ex; } +.nonbreaking-wrapper { + display: inline-block; +} + /* Moved from semiauto.css */ .adv_global_input_container { border-bottom: none; diff --git a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 index 1abc365c81..521220980f 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/expert.tt2 @@ -5,15 +5,19 @@ - + + + + - - - - - + + + + + +