From e28ed57d3fd5d9a9e39c0673823f70d139f1cdf0 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Thu, 7 Mar 2013 08:47:37 -0500 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 72c092fa4f..d89b7094cd 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 { -- 2.11.0