Basic display of conversation messages

This commit is contained in:
Pierre
2018-05-14 19:17:28 +02:00
parent 7a473d1aa8
commit 46912f47c7
2 changed files with 189 additions and 8 deletions

View File

@ -4,6 +4,12 @@
* @author Pierre HUBERT
*/
.conversations-page-container .box-conversation .loading-msg {
.big-box-conversation .direct-chat-text {
display: inline-block;
margin-left: 10px;
}
.big-box-conversation .right .direct-chat-text {
float: right;
margin-right: 10px;
}