From f23dfee4c82cf402f3d562b3e06f813c264c0650 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 11 Dec 2013 13:14:19 -0500 Subject: [PATCH] web log : patron search css repairs Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/css/style.css.tt2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; } -- 2.11.0