aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin/default-layout.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-08 18:23:43 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-08 18:23:43 +0000
commitdcb692644565bda0782c7e79df7142dabadbe1eb (patch)
treed9abee21fe8367561a98225bc95e84af8fa7fc4b /template/yoga/admin/default-layout.css
parenta9cdc8c167eda3e7346c7c7c5a97872d5feacad0 (diff)
merge from trunk r1447:1448 into branch 1.6 (admin forms improvements, ...)
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1449 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%;
+}