brotherton-erpnext/utilities/page/messages/messages.css

25 lines
282 B
CSS
Raw Normal View History

2012-02-27 12:33:54 +00:00
#message-post-text {
}
2012-09-27 13:11:46 +00:00
#message-list {
2012-02-27 12:33:54 +00:00
}
.message {
padding: 7px;
2012-09-27 13:11:46 +00:00
border-bottom: 1px solid #ccc;
2012-02-27 12:33:54 +00:00
}
.message .help {
margin-bottom: 0px;
padding-bottom: 0px;
color: #888;
font-size: 11px;
}
.message-other {
text-align: right;
}
.message-self {
background-color: #eee;
}