mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
71 lines
3.5 KiB
CSS
71 lines
3.5 KiB
CSS
/** Message **/
|
|
.message-discussion-noframes h1 {font-size:1em;}
|
|
.message-discussion-noframes #userinfo .commands {font-size:0.8em;}
|
|
|
|
.message .noframesjslink {font-size:0.8em;}
|
|
.message .link {font-size:0.8em;}
|
|
|
|
.message .heading {font-size:1.0em;font-weight:bold;}
|
|
|
|
.message .author {font-weight: bold;}
|
|
.message .time {font-style: italic;}
|
|
.message .text {}
|
|
|
|
#page-message-user .commands span {font-size:0.7em;}
|
|
#page-message-user .name {font-weight: bold;font-size:1.1em;}
|
|
table.message_search_results td {border-color:#DDDDDD;}
|
|
|
|
.message .time {color: #999999;}
|
|
.message.me .author {color: #999999;}
|
|
.message.other .author {color: #8888CC;}
|
|
|
|
#page-message-messages {padding:10px;}
|
|
#page-message-send .notifysuccess {padding:1px;}
|
|
#page-message-send td.fixeditor {text-align:center;}
|
|
|
|
.message .note {padding:10px;}
|
|
table.message .searchresults td {padding:5px;}
|
|
|
|
.message .contactselector {width:24%;float:left;}
|
|
.message .contactselector .contact {text-align:left;}
|
|
.message .contactselector .messageselecteduser {font-weight:bold;}
|
|
.message .contactselector .paging {z-index:1;position:relative;}
|
|
|
|
.message .messagearea {padding-left:1%;border-left:1px solid LightGrey;width:74%;float:right;min-height:200px;}
|
|
.message .messagearea .messagehistorytype {clear:both;padding-bottom:20px;}
|
|
|
|
.message .messagearea .messagehistory .message_user_pictures {margin-left: auto;margin-right: auto;}
|
|
.message .messagearea .messagehistory .message_user_pictures #user1 {vertical-align:top;width:200px;}
|
|
.message .messagearea .messagehistory .message_user_pictures #user2 {vertical-align:top;width:200px;}
|
|
.message .messagearea .messagehistory .message_user_pictures .useractionlinks {font-size:0.9em;}
|
|
|
|
.message .messagearea .messagehistory .heading {width:100%;clear:both;}
|
|
.message .messagearea .messagehistory .left {padding-bottom:10px;width:50%;float:left;clear:both;}
|
|
.message .messagearea .messagehistory .right {padding-bottom:10px;width:50%;float:right;clear:both;}
|
|
.message .messagearea .messagehistory .notification {padding:10px;background-color:#EEEEEE;margin-top:5px;}
|
|
.message .messagearea .messagesend {padding-top:20px;clear:both;}
|
|
.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;}
|
|
|
|
.message #usergroupselector.fieldset, .message #viewing {width: 100%;}
|
|
|
|
.messagesearchresults {margin-bottom:40px;}
|
|
.messagesearchresults td {padding:0px 10px 0px 20px;}
|
|
.messagesearchresults td span {white-space:nowrap;}
|
|
.messagesearchresults td img.userpicture { padding-right: .45em; vertical-align: text-bottom; }
|
|
.dir-rtl .messagesearchresults td img.userpicture { padding-left: .45em; padding-right: 0; }
|
|
.messagesearchresults td span img { padding: 0 0 0 .45em; vertical-align: text-bottom; }
|
|
.dir-rtl .messagesearchresults td span img { padding: 0 .45em 0 0; }
|
|
|
|
#newmessageoverlay {background-color:LightGrey;border:1px solid black;padding:20px;position:fixed;bottom:0;right:0;}
|
|
#newmessageoverlay #usermessage {padding:10px;}
|
|
.ie6 #newmessageoverlay {position:static;}
|