Show call button on conversation of two people when available

This commit is contained in:
2019-01-23 15:45:19 +01:00
parent feb17e3f13
commit cd4e6ddcb1
3 changed files with 74 additions and 10 deletions

View File

@ -4,6 +4,10 @@
* @author Pierre HUBERT
*/
/**
* Main definition
*/
#conversationsElem .box {
width: 250px;
height: 350px;
@ -15,6 +19,10 @@
margin-bottom: 0px;
}
#conversationsElem .chat-window .box-title {
font-size: 15px !important;
}
/**
* Conversations create message form
*/