Remove the hardcoded width of locg dropdown
authorMichael Peters <mpeters@emeralddata.net>
Thu, 7 Mar 2013 13:47:37 +0000 (08:47 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 31 Oct 2017 19:12:17 +0000 (15:12 -0400)
The hard coded 12em width causes longer library names to be cut
off.  This removes that restriction.

Signed-off-by: Michael Peters <mpeters@emeralddata.net>
Open-ILS/src/templates/opac/css/style.css.tt2

index aade957..1ac02cb 100644 (file)
@@ -46,7 +46,6 @@ a {
     border:1px solid [% css_colors.border_standard %];
     margin:0;
     padding:0;
-    width: 12em;
 }
 
 .searchbar {