From 4b4ccf383e2b117675dd5bbe2b1186e8171ad046 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 28 May 2014 13:41:48 +0000 Subject: [PATCH] larger select box for Firefox, part of MKWS-198 --- tools/htdocs/external/koha/koha-mkws.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/htdocs/external/koha/koha-mkws.css b/tools/htdocs/external/koha/koha-mkws.css index efb3e69..1bf0118 100644 --- a/tools/htdocs/external/koha/koha-mkws.css +++ b/tools/htdocs/external/koha/koha-mkws.css @@ -16,7 +16,7 @@ form[name=mkwsSearchForm] > input[type=submit].mkwsButton { select.mkwsTeam_AUTO { width: 10em; font-size: 11px; - height: 20px; + height: 25px; } /* facet links */ @@ -105,4 +105,4 @@ input[type=submit].mkwsButton { background: #fff; } -/* EOF */ \ No newline at end of file +/* EOF */ -- 1.7.10.4