diff options
author | jeroen <jeroen@redmatrix.nl> | 2015-02-03 19:56:31 +0100 |
---|---|---|
committer | jeroen <jeroen@redmatrix.nl> | 2015-02-03 19:56:31 +0100 |
commit | e890d2210d912cea0296fb58996775b8b5033a45 (patch) | |
tree | e064fe376978683ad1ab17d702e03c6ebc4777b7 | |
parent | 39a8c9e454436f554ceb408ed68a4130caa9553d (diff) | |
download | volse-hubzilla-e890d2210d912cea0296fb58996775b8b5033a45.tar.gz volse-hubzilla-e890d2210d912cea0296fb58996775b8b5033a45.tar.bz2 volse-hubzilla-e890d2210d912cea0296fb58996775b8b5033a45.zip |
Fixed height of items in dropdown notification lists. They overlapped when the browser uses a higher font size. This must work for everyone.
-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 { |