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

32 lines
372 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-10-03 13:02:10 +00:00
padding-left: 17px;
2012-09-27 13:11:46 +00:00
border-bottom: 1px solid #ccc;
2012-02-27 12:33:54 +00:00
}
2012-10-03 13:02:10 +00:00
.message-mark {
margin-left: -17px;
width: 9px;
position: absolute;
height: 30px;
}
2012-02-27 12:33:54 +00:00
.message .help {
margin-bottom: 0px;
padding-bottom: 0px;
color: #888;
font-size: 11px;
}
.message-other {
}
.message-self {
background-color: #eee;
}