From: Bill Erickson Date: Wed, 11 Dec 2013 18:14:19 +0000 (-0500) Subject: web log : patron search css repairs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f23dfee4c82cf402f3d562b3e06f813c264c0650;p=working%2FEvergreen.git web log : patron search css repairs Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index cfc65af676..3ebfb96201 100644 --- a/Open-ILS/src/templates/staff/css/style.css.tt2 +++ b/Open-ILS/src/templates/staff/css/style.css.tt2 @@ -101,8 +101,9 @@ but the ones I'm finding aren't quite cutting it..*/ margin-bottom: 5px; } -#patron-search-form select, input[type="text"], - input[type="submit"],input[type="reset"] { +#patron-search-form input[type="text"], +#patron-search-form input[type="submit"], +#patron-search-form input[type="reset"] { width: 10em; }