2018-05-13 15:40:19 +02:00
|
|
|
/**
|
|
|
|
* Conversation pane stylesheet
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
|
|
|
*/
|
|
|
|
|
2018-05-14 19:17:28 +02:00
|
|
|
.big-box-conversation .direct-chat-text {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
2018-05-15 19:17:23 +02:00
|
|
|
max-width: 150px;
|
2018-05-16 17:56:48 +02:00
|
|
|
word-wrap: break-word;
|
2018-05-14 19:17:28 +02:00
|
|
|
}
|
2018-05-13 15:40:19 +02:00
|
|
|
|
2018-05-14 19:17:28 +02:00
|
|
|
.big-box-conversation .right .direct-chat-text {
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
2018-05-14 20:29:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.big-box-conversation .direct-chat-text .message-img {
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 200px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2018-05-19 11:19:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.big-box-conversation .direct-chat-text a {
|
|
|
|
color: white;
|
2018-05-13 15:40:19 +02:00
|
|
|
}
|