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 Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 15:20:24 +0000 (11:20 -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>
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 {