synapse/res/templates/mail.css

22 lines
220 B
CSS
Raw Normal View History

.room_avatar {
width: 48px;
height: 48px;
float: left;
}
.room_content {
clear: left;
}
.historical {
color: #888;
}
.sender_name {
display: inline;
}
.message_time {
display: inline;
}