From: Ben Shum Date: Thu, 19 Sep 2013 03:56:00 +0000 (-0400) Subject: Resize advanced search filters to allow more space by default X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6b48b77b39bd132db15740ca81c95d560739a749;p=working%2FEvergreen.git 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 --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index fe11df19e8..833a2d9bf0 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 {