diff options
author | friendica <info@friendica.com> | 2014-02-13 02:55:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-13 02:55:16 -0800 |
commit | 99c19b307e71eccccdcacef4e94c3d4fd015d2a1 (patch) | |
tree | df02c63837e064ef679b688ad80a01612c0a3039 /view/css | |
parent | ec99cac9e8abdb85c1a8355b7617556f238d4c91 (diff) | |
download | volse-hubzilla-99c19b307e71eccccdcacef4e94c3d4fd015d2a1.tar.gz volse-hubzilla-99c19b307e71eccccdcacef4e94c3d4fd015d2a1.tar.bz2 volse-hubzilla-99c19b307e71eccccdcacef4e94c3d4fd015d2a1.zip |
don't fix the height of the archive widget - fix the maximum height
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css index a34508961..7ad6d79e5 100644 --- a/view/css/widgets.css +++ b/view/css/widgets.css @@ -68,7 +68,7 @@ #datebrowse-sidebar select { width: 190px; max-width: 190px; - height: 150px; + max-height: 150px; } /* categories */ |