From 45387067c243e86d5f214abb44482f75dd257161 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 23 Sep 2008 22:04:02 +0000 Subject: Part of bug 532... doubleSelect wasn't usable with large category names. git-svn-id: http://piwigo.org/svn/trunk@2577 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/default-layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') diff --git a/admin/template/goto/default-layout.css b/admin/template/goto/default-layout.css index ce62d4b58..f9f30ec1e 100644 --- a/admin/template/goto/default-layout.css +++ b/admin/template/goto/default-layout.css @@ -91,7 +91,7 @@ TABLE.doubleSelect TD { } TABLE.doubleSelect SELECT.categoryList { - width: 100%; + width: 100%; max-width: 100%; overflow-x: auto; /* Bug 532 */ } FORM#categoryPermissions LI { -- cgit v1.2.3