Resize advanced search filters to allow more space by default
authorBen Shum <bshum@biblio.org>
Thu, 19 Sep 2013 03:56:00 +0000 (23:56 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:42:09 +0000 (18:42 -0400)
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 <bshum@biblio.org>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index e1da9bf..3d08ab2 100644 (file)
@@ -289,7 +289,7 @@ span.dash_divider {
 
 #adv_search_filters {
     position: relative;
-    width: 800px;
+    width: 850px;
 }
 
 #adv_filter_block {