ComunicWeb/assets/css/pages/conversations/conversation.css

29 lines
521 B
CSS
Raw Normal View History

/**
* 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;
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-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
}
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;
}