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>
Mon, 21 Sep 2015 18:38:49 +0000 (14:38 -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 ff8c6ad..29a56ce 100644 (file)
@@ -42,7 +42,6 @@ a {
     border:1px solid [% css_colors.border_standard %];
     margin:0;
     padding:0;
-    width: 12em;
 }
 
 .searchbar {