From e890d2210d912cea0296fb58996775b8b5033a45 Mon Sep 17 00:00:00 2001 From: jeroen Date: Tue, 3 Feb 2015 19:56:31 +0100 Subject: Fixed height of items in dropdown notification lists. They overlapped when the browser uses a higher font size. This must work for everyone. --- view/theme/redbasic/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) 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 { -- cgit v1.2.3