From 5b8aa359dda2f2e193ec4bfdacdaaf417fbb657a Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Thu, 5 Sep 2013 11:51:01 -0400 Subject: [PATCH] Make #notifications-area fully go away when hidden. It had an invisible part that didn't hide, which covered the send button in skinny, leading to Trac #1776. (imported from commit faec9413539238c40c584ab636fc4d75618a5935) --- static/styles/zulip.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 02c46c2a94..ef837dffc6 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2164,7 +2164,7 @@ table.floating_recipient { bottom: 0px; right: 20px; width: 200px; - height: 35px; + height: auto; } .notifications-gravatar img { @@ -2179,7 +2179,7 @@ table.floating_recipient { position: absolute; bottom: 0px; /* necessary to get slideUp, slideDown directions correct */ width: 100%; - height: 100%; + height: 35px; border-radius: 10px 10px 0px 0px; padding: 10px 0px 0px 10px; background: #58F;