mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
message MDL-25616 adding recent conversations and recent notifications screens
This commit is contained in:
parent
d911c72bf9
commit
bcab42daf2
6 changed files with 792 additions and 326 deletions
|
@ -47,6 +47,11 @@ table.message .searchresults td {padding:5px;}
|
|||
.message .messagearea .messagesend .messagesendbox {width:100%}
|
||||
.message .messagearea .messagesend fieldset {padding:0px;margin:0;} /** bring the message send button closer to the message box */
|
||||
|
||||
.message .messagearea .messagerecent {text-align:left;width:100%;}
|
||||
.message .messagearea .messagerecent .singlemessage {border-bottom:1px solid #D3D3D3;padding:10px;}
|
||||
.message .messagearea .messagerecent .singlemessage .otheruser span {padding:5px;}
|
||||
.message .messagearea .messagerecent .singlemessage .messagedate {float:right;}
|
||||
|
||||
.message .hiddenelement {display:none;} /** not just using hidden as mform adds that class to its fieldset */
|
||||
.message .visible {display:inline;}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue