diff options
author | friendica <info@friendica.com> | 2015-02-03 11:19:50 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 11:19:50 -0800 |
commit | 448af7458f096be07fc5173e234c7e6d2d20a50a (patch) | |
tree | 15937c157b5dcf2d81506c974c2ade3e0dee5c1a /view/theme | |
parent | 4362aa4c26f4a5931cacacb182a750c2273f7d59 (diff) | |
parent | 44af22b968643a1aed26fc1831455d16fa26719e (diff) | |
download | volse-hubzilla-448af7458f096be07fc5173e234c7e6d2d20a50a.tar.gz volse-hubzilla-448af7458f096be07fc5173e234c7e6d2d20a50a.tar.bz2 volse-hubzilla-448af7458f096be07fc5173e234c7e6d2d20a50a.zip |
Merge branch 'master' into pocorate
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 3f7cc6107..c637f30e4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2078,6 +2078,13 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ background-color: $item_colour; } +nav ul li .undefined, +nav ul li .notify-seen, +nav ul li .notify-unseen + { + max-height: 3rem; +} + /* bootstrap overrides */ blockquote { |