Added date to conversations

This commit is contained in:
Pierre
2018-05-02 16:16:18 +02:00
parent df26ed4d38
commit 998e500154
2 changed files with 31 additions and 2 deletions

View File

@ -80,6 +80,14 @@
/**
* Conversations messages
*/
#conversationsElem .date-conversation-message {
margin-top: 2px;
text-align: center;
font-size: 70%;
font-style: italic;
}
#conversationsElem .conversation-msg-image {
height: 50px;
}