Skip to content

Commit

Permalink
message MDL-22320 made the message notification overlay stick to the …
Browse files Browse the repository at this point in the history
…bottom right of the screen
  • Loading branch information
Andrew Davis committed Jun 30, 2010
1 parent 9356de8 commit 290d9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/standard/style/message.css
Expand Up @@ -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;}

0 comments on commit 290d9fe

Please sign in to comment.