diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-07-08 18:21:48 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-07-08 18:21:48 +0000 |
commit | 6ece4913822f3e71c3b6d6378a81b0b45ab80677 (patch) | |
tree | 90444a8681e6499b1e83e1573e3136629ef07e4f /template/yoga/default-layout.css | |
parent | a98af4134da4aba3cf0fd874e8e682965abb387d (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/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 7 |
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; } /** |