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)
This commit is contained in:
Kevin Mehall 2013-09-05 11:51:01 -04:00
parent 663fd4653f
commit 5b8aa359dd

View File

@ -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;