mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
message MDL-22320 made the message notification overlay stick to the bottom right of the screen
This commit is contained in:
parent
9356de8111
commit
290d9fe42a
@ -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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user