aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/default-layout.css
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-08 15:07:04 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-08 15:07:04 +0000
commitd2c3b3001766975e6f27e0bad65b163c69cd05d3 (patch)
treec04c7cddfa05d3b3795ba95cecbf6cbdacab8f36 /template/yoga/default-layout.css
parent63bc9838cd41fd66d359a00c53ef476af303f3b4 (diff)
Cosmetics
git-svn-id: http://piwigo.org/svn/trunk@1444 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r--template/yoga/default-layout.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css
index e409ceff5..824578303 100644
--- a/template/yoga/default-layout.css
+++ b/template/yoga/default-layout.css
@@ -80,6 +80,11 @@ TEXTAREA.description {
overflow: auto;
}
+SELECT.categoryList {
+ height: 20em;
+ width: 30em;
+}
+
/**
* Filter forms are displayed label by label with the input (or select...)
* below the label. Use an UL to make a group (radiobox for instance).