2018-05-13 13:40:19 +00:00
|
|
|
/**
|
|
|
|
* Conversation pane stylesheet
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
|
|
|
*/
|
|
|
|
|
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
|
|
|
|
2018-05-14 17:17:28 +00:00
|
|
|
.big-box-conversation .right .direct-chat-text {
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.big-box-conversation .direct-chat-text a {
|
|
|
|
color: white;
|
2018-05-13 13:40:19 +00:00
|
|
|
}
|