diff options
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 5 |
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). |