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

35 lines
451 B
CSS
Raw Normal View History

2012-02-27 12:33:54 +00:00
#message-post-text {
2012-03-22 08:14:04 +00:00
width: 50%;
2012-02-27 12:33:54 +00:00
}
#message-list {
2012-03-22 08:14:04 +00:00
2012-02-27 12:33:54 +00:00
}
.message {
border-radius: 5px;
max-width: 60%;
min-width: 40%;
padding: 7px;
margin-bottom: 7px;
}
.message .help {
margin-bottom: 0px;
padding-bottom: 0px;
color: #888;
font-size: 11px;
}
.message-other {
background-color: #EBFF9C;
border: 1px solid #C3CF78;
float: right;
text-align: right;
}
.message-self {
background-color: #eee;
border: 1px solid #ccc;
float: left;
}