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, 22 Apr 2013 18:52:35 +0000 (14:52 -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 f22e006..4b33659 100644 (file)
@@ -35,7 +35,6 @@ a {
     border:1px solid [% css_colors.border_standard %];
     margin:0;
     padding:0;
-    width: 12em;
 }
 
 .searchbar {