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>
Fri, 16 Nov 2018 01:02:28 +0000 (20:02 -0500)
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 31bd817..4209379 100644 (file)
@@ -46,7 +46,6 @@ a {
     border:1px solid [% css_colors.border_standard %];
     margin:0;
     padding:0;
-    width: 12em;
 }
 
 .searchbar {