aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-02-03 19:58:15 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-02-03 19:58:15 +0100
commit0281a2c32ab86f502f8af71108ae86a76f5db7b3 (patch)
treee064fe376978683ad1ab17d702e03c6ebc4777b7 /view/theme
parent39a8c9e454436f554ceb408ed68a4130caa9553d (diff)
downloadvolse-hubzilla-0281a2c32ab86f502f8af71108ae86a76f5db7b3.tar.gz
volse-hubzilla-0281a2c32ab86f502f8af71108ae86a76f5db7b3.tar.bz2
volse-hubzilla-0281a2c32ab86f502f8af71108ae86a76f5db7b3.zip
Fixed height of items in dropdown notification lists. They overlapped when the browser uses a higher font size. This must work for everyone.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css7
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 {