Files
meanTorrent/modules/chat/client/css/chat.css

16 lines
252 B
CSS
Raw Normal View History

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