aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-23 22:04:02 +0000
committervdigital <vdigital@piwigo.org>2008-09-23 22:04:02 +0000
commit45387067c243e86d5f214abb44482f75dd257161 (patch)
treee79c91fffc42d09b4a71796cdd6bde9c61007d5c
parent93629d04a721d7ad5162f7491458e43fe89aabaf (diff)
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
-rw-r--r--admin/template/goto/default-layout.css2
1 files changed, 1 insertions, 1 deletions
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 {