summary refs log tree commit diff
path: root/res/templates/mail.css
blob: 61953ba51c582b115b7f439c7b20230fc8cd655c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.room_avatar {
    width: 48px;
    height: 48px;
    float: left;
}

.room_content {
    clear: left;
}

.historical {
    color: #888;
}

.sender_name  {
    display: inline;
}

.message_time  {
    display: inline;
}