aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/default-layout.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-08 18:21:48 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-08 18:21:48 +0000
commit6ece4913822f3e71c3b6d6378a81b0b45ab80677 (patch)
tree90444a8681e6499b1e83e1573e3136629ef07e4f /template/yoga/admin/default-layout.css
parenta98af4134da4aba3cf0fd874e8e682965abb387d (diff)
improve admin forms (SELECT.categoryList, add some ids, ...)
git-svn-id: http://piwigo.org/svn/trunk@1448 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/default-layout.css')
-rw-r--r--template/yoga/admin/default-layout.css10
1 files changed, 10 insertions, 0 deletions
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%;
+}