mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
29 lines
521 B
CSS
29 lines
521 B
CSS
/**
|
|
* Conversation pane stylesheet
|
|
*
|
|
* @author Pierre HUBERT
|
|
*/
|
|
|
|
.big-box-conversation .direct-chat-text {
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
max-width: 150px;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.big-box-conversation .right .direct-chat-text {
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.big-box-conversation .direct-chat-text .message-img {
|
|
max-width: 100%;
|
|
max-height: 200px;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
.big-box-conversation .direct-chat-text .a,
|
|
.big-box-conversation .direct-chat-text a {
|
|
color: white;
|
|
} |