From 6ece4913822f3e71c3b6d6378a81b0b45ab80677 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 8 Jul 2006 18:21:48 +0000 Subject: improve admin forms (SELECT.categoryList, add some ids, ...) git-svn-id: http://piwigo.org/svn/trunk@1448 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/default-layout.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'template/yoga/admin/default-layout.css') diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index f65251a2e..64276df26 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -88,8 +88,18 @@ TABLE.doubleSelect TD { width: 50%; } +TABLE.doubleSelect SELECT.categoryList { + width: 100%; +} + FORM#categoryPermissions LI { display:inline; white-space: nowrap; } +FIELDSET#generalConf SPAN.property { + width: 25%; +} +FIELDSET#generalConf TEXTAREA.description { + width: 70%; +} -- cgit v1.2.3