From 666771fb0f6347f122ce4c165d4b0e722538626d Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 10 May 2013 00:02:11 +0200 Subject: [PATCH] Notification is empty styling --- couchpotato/static/style/main.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index 7d076513..638f3762 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -425,11 +425,20 @@ body > .spinner, .mask{ } .header .notification_menu ul { - min-height: 80px; + min-height: 60px; max-height: 300px; overflow: auto; - text-align: center; } + .header .notification_menu ul:empty:after { + content: 'No notifications (yet)'; + text-align: center; + width: 100%; + position: absolute; + padding: 18px 0; + font-size: 15px; + font-style: italic; + opacity: .4; + } .header .notification_menu li > span { padding: 5px;