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=803eb2577fa106d81635c74190199a6d0ae6ef35;p=evergreen%2Fequinox.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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- 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 {