From 9ba2d62abc4c16ec42585ee7403d53b6eb2f3ae3 Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 15 Feb 2012 14:40:15 +0000 Subject: [PATCH] // Fix list styles git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13357 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index edd7c946f..5d283ed2c 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -472,4 +472,4 @@ ul.listForm li {padding-bottom:3px;} .view-modules li.favorites-view {border-bottom-left-radius: 0;border-left: 1px solid #fff; border-top-left-radius: 0;} .view-modules li.normal-view {border-bottom-right-radius: 0;border-right: 1px solid #ccc; border-top-right-radius: 0;} -.margin-form select{width: 300px;} \ No newline at end of file +.margin-form select.chosen{width: 200px;} \ No newline at end of file