Can send messages from the conversation page

This commit is contained in:
Pierre
2018-05-13 15:40:19 +02:00
parent e376c789a6
commit e32a7c67e1
8 changed files with 323 additions and 8 deletions

View File

@ -0,0 +1,9 @@
/**
* Conversation pane stylesheet
*
* @author Pierre HUBERT
*/
.conversations-page-container .box-conversation .loading-msg {
}

View File

@ -0,0 +1,9 @@
/**
* Conversations list pane
*
* @author Pierre HUBERT
*/
.conversations-page-container .conversations-list-box {
max-height: 100%;
}