added time to chat messages

This commit is contained in:
Lars van Hijfte
2017-01-30 15:08:07 +01:00
parent 792f346b12
commit 44ff3a4cab
2 changed files with 47 additions and 19 deletions

View File

@@ -134,4 +134,14 @@ body {
.chat-message a {
text-decoration: underline;
}
.chat-time {
color: #666666;
font-size: 12px;
margin-bottom: -3px;
}
.chat-message-other .chat-time {
text-align: right;
}