From 803eb2577fa106d81635c74190199a6d0ae6ef35 Mon Sep 17 00:00:00 2001 From: Ben Shum Date: Wed, 18 Sep 2013 23:56:00 -0400 Subject: [PATCH] Resize advanced search filters to allow more space by default By default, the space allotted was perfect at 800px which worked in Chrome browser just fine. But viewing in Firefox rendered the elements slightly larger and wrapped some filters instead of displaying four in a row as expected. Increase the adv_search_filters from 800px to 850px to allow for more space. Signed-off-by: Ben Shum Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index e1da9bf7d3..3d08ab2498 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -289,7 +289,7 @@ span.dash_divider { #adv_search_filters { position: relative; - width: 800px; + width: 850px; } #adv_filter_block { -- 2.43.2