Improved template code for mChat messages

This commit is contained in:
kasimi
2015-12-17 12:59:11 +01:00
parent 0701ac10c1
commit c6f27407a8
8 changed files with 103 additions and 76 deletions

View File

@@ -135,6 +135,18 @@ img.mChatImage{
vertical-align: middle;
}
div.mChatMessageHeader {
float: left;
}
div.mChatMessageIcons {
float: right;
}
img.mChatImage, span.mChatInsertMention {
cursor: pointer;
}
img.mChatImageLoad {
vertical-align: middle;
cursor: wait;