From: Kathy Lussier Date: Fri, 2 Dec 2016 14:48:17 +0000 (-0500) Subject: Search box tweaks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7e03e50bd587848b86595e1cac5c50fb717e8644;p=evergreen%2Fmasslnc.git Search box tweaks A tweak to make the search box more mobile friendly. Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 59a92b52ca..2db3d2aa64 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -333,6 +333,10 @@ for now until a better color is picked - if needed. } +.boolean input[type=text] { + width: 50%; + } + .checkbox_col { width: 1%; padding-left: 10px !important; @@ -1955,6 +1959,9 @@ a.preflib_change { position: relative; width: 300px; } + .boolean input[type=text] { + width: 75%; + } #format_actions { float: left; } diff --git a/Open-ILS/src/templates/opac/parts/advanced/boolean.tt2 b/Open-ILS/src/templates/opac/parts/advanced/boolean.tt2 index c96f5c12a3..8ff5c79ccf 100644 --- a/Open-ILS/src/templates/opac/parts/advanced/boolean.tt2 +++ b/Open-ILS/src/templates/opac/parts/advanced/boolean.tt2 @@ -17,11 +17,11 @@ - + - +