aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/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/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/default-layout.css')
-rw-r--r--template/yoga/default-layout.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index 824578303..d087bc8fa 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -75,14 +75,15 @@ FORM P {
}
TEXTAREA.description {
- height: 100px;
- width: 500px;
+ height: 6em;
+ width: 40em;
overflow: auto;
}
SELECT.categoryList {
height: 20em;
- width: 30em;
+ /*max-width: 60em;*/
+ width: auto;
}
/**