MDL-29229 message: Set contactlist pull-down width to not exceed parent columns width
[moodle.git] / theme / base / style / message.css
CommitLineData
4fb1d940
MD
1/** Message **/
2.message-discussion-noframes h1 {font-size:1em;}
3.message-discussion-noframes #userinfo .commands {font-size:0.8em;}
90723839 4
4fb1d940
MD
5.message .noframesjslink {font-size:0.8em;}
6.message .link {font-size:0.8em;}
90723839 7
4fb1d940 8.message .heading {font-size:1.0em;font-weight:bold;}
90723839 9
4fb1d940
MD
10.message .author {font-weight: bold;}
11.message .time {font-style: italic;}
12.message .content {}
b5416125 13
4fb1d940
MD
14#page-message-user .commands span {font-size:0.7em;}
15#page-message-user .name {font-weight: bold;font-size:1.1em;}
16table.message_search_results td {border-color:#DDDDDD;}
90723839 17
4fb1d940
MD
18.message .time {color: #999999;}
19.message.me .author {color: #999999;}
20.message.other .author {color: #8888CC;}
90723839 21
4fb1d940
MD
22#page-message-messages {padding:10px;}
23#page-message-send .notifysuccess {padding:1px;}
24#page-message-send td.fixeditor {text-align:center;}
90723839 25
4fb1d940
MD
26.message .note {padding:10px;}
27table.message .searchresults td {padding:5px;}
28
29.message .contactselector {width:24%;float:left;}
30.message .contactselector .contact {text-align:left;}
a402c309 31.message .contactselector .messageselecteduser {font-weight:bold;}
9647deae 32.message .contactselector .paging {z-index:1;position:relative;}
4fb1d940
MD
33
34.message .messagearea {padding-left:1%;border-left:1px solid LightGrey;width:74%;float:right;min-height:200px;}
35.message .messagearea .messagehistorytype {clear:both;padding-bottom:20px;}
36
37.message .messagearea .messagehistory .message_user_pictures {margin-left: auto;margin-right: auto;}
38.message .messagearea .messagehistory .message_user_pictures #user1 {vertical-align:top;width:200px;}
39.message .messagearea .messagehistory .message_user_pictures #user2 {vertical-align:top;width:200px;}
40.message .messagearea .messagehistory .message_user_pictures .useractionlinks {font-size:0.9em;}
41
42.message .messagearea .messagehistory .heading {width:100%;clear:both;}
3737d278
AD
43.message .messagearea .messagehistory .left {padding-bottom:10px;width:50%;float:left;clear:both;}
44.message .messagearea .messagehistory .right {padding-bottom:10px;width:50%;float:right;clear:both;}
a813a748 45.message .messagearea .messagehistory .notification {padding:10px;background-color:#EEEEEE;margin-top:5px;}
4fb1d940
MD
46.message .messagearea .messagesend {padding-top:20px;float:center;clear:both;}
47.message .messagearea .messagesend .messagesendbox {width:100%}
48.message .messagearea .messagesend fieldset {padding:0px;margin:0;} /** bring the message send button closer to the message box */
49
bcab42da 50.message .messagearea .messagerecent {text-align:left;width:100%;}
51.message .messagearea .messagerecent .singlemessage {border-bottom:1px solid #D3D3D3;padding:10px;}
52.message .messagearea .messagerecent .singlemessage .otheruser span {padding:5px;}
53.message .messagearea .messagerecent .singlemessage .messagedate {float:right;}
54
4fb1d940
MD
55.message .hiddenelement {display:none;} /** not just using hidden as mform adds that class to its fieldset */
56.message .visible {display:inline;}
57
369f61c1
AO
58.message #usergroupselector.fieldset, .message #viewing {width: 100%;}
59
4fb1d940
MD
60.messagesearchresults {margin-bottom:40px;}
61.messagesearchresults td {padding:0px 10px 0px 20px;}
62.messagesearchresults td span {white-space:nowrap;}
63
a813a748
AD
64#newmessageoverlay {background-color:LightGrey;border:1px solid black;padding:20px;position:fixed;bottom:0;right:0;}
65#newmessageoverlay #usermessage {padding:10px;}
4fb1d940 66.ie6 #newmessageoverlay {position:static;}