From 8a8e89d22085ea2cf19648c430975072e6697e31 Mon Sep 17 00:00:00 2001 From: Afterster Date: Mon, 28 Oct 2013 22:33:46 +0100 Subject: Fix catalog drop down list (#26) --- themes/fresh/templates/default.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes') diff --git a/themes/fresh/templates/default.css b/themes/fresh/templates/default.css index e6713f68..920f2404 100644 --- a/themes/fresh/templates/default.css +++ b/themes/fresh/templates/default.css @@ -285,6 +285,11 @@ hr { width: 115px; } +#sidebar-tabs #catalog_select +{ + width:130px; +} + /*********************************************** Rightbar ***********************************************/ -- cgit