message MDL-22320 made the message notification overlay stick to the bottom right of the screen

This commit is contained in:
Andrew Davis 2010-06-30 06:37:07 +00:00
parent 9356de8111
commit 290d9fe42a

View File

@ -51,4 +51,5 @@ table.message .searchresults td {padding:5px;}
.messagesearchresults td {padding:0px 10px 0px 20px;}
.messagesearchresults td span {white-space:nowrap;}
#newmessageoverlay {background-color:LightGrey;padding:20px;}
#newmessageoverlay {background-color:LightGrey;padding:20px;position:fixed;bottom:0;right:0;}
.ie6 #newmessageoverlay {position:static;}