Files
meanTorrent/modules/chat/client/css/chat.css
2014-11-10 23:12:33 +02:00

19 lines
249 B
CSS

.chat-message {
margin-top: 10px;
padding-top: 10px;
}
.chat-message:not(:first-child) {
border-top: 1px solid #e7e7e7;
}
.chat-message-details {
margin-left: 10px;
}
.chat-profile-image {
height: 28px;
width: 28px;
border-radius: 50%;
}