2018-05-13 13:40:19 +00:00
|
|
|
/**
|
|
|
|
* Conversation pane stylesheet
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
|
|
|
*/
|
|
|
|
|
2020-04-09 09:47:05 +00:00
|
|
|
.big-box-conversation .direct-chat-info span {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.big-box-conversation .direct-chat-msg {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2018-05-14 17:17:28 +00:00
|
|
|
.big-box-conversation .direct-chat-text {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
2018-05-15 17:17:23 +00:00
|
|
|
max-width: 150px;
|
2018-05-16 15:56:48 +00:00
|
|
|
word-wrap: break-word;
|
2018-05-14 17:17:28 +00:00
|
|
|
}
|
2018-05-13 13:40:19 +00:00
|
|
|
|
2020-04-09 09:47:05 +00:00
|
|
|
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text::after,
|
|
|
|
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text::before {
|
|
|
|
border-right-color: #3c8dbc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.big-box-conversation .direct-chat-msg.curruser .direct-chat-text {
|
|
|
|
background: #3c8dbc;
|
|
|
|
border-color: #3c8dbc;
|
|
|
|
color: white;
|
2018-05-14 18:29:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.big-box-conversation .direct-chat-text .message-img {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 200px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2018-05-19 09:19:39 +00:00
|
|
|
}
|
|
|
|
|
2018-07-31 11:55:58 +00:00
|
|
|
.big-box-conversation .direct-chat-text .a,
|
2018-05-19 09:19:39 +00:00
|
|
|
.big-box-conversation .direct-chat-text a {
|
|
|
|
color: white;
|
2018-05-13 13:40:19 +00:00
|
|
|
}
|