From: Michael Peters Date: Thu, 7 Mar 2013 13:47:37 +0000 (-0500) Subject: Remove the hardcoded width of locg dropdown X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4abab22c144774184e9bf9babd5909a1f97ebb1c;p=evergreen%2Fpines.git Remove the hardcoded width of locg dropdown The hard coded 12em width causes longer library names to be cut off. This removes that restriction. Signed-off-by: Michael Peters --- diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index aade957dc9..1ac02cbf54 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -46,7 +46,6 @@ a { border:1px solid [% css_colors.border_standard %]; margin:0; padding:0; - width: 12em; } .searchbar {