24 lines
262 B
CSS
Raw Normal View History

2012-02-27 18:03:54 +05:30
#message-post-text {
}
2012-09-27 18:41:46 +05:30
#message-list {
2012-02-27 18:03:54 +05:30
}
.message {
padding: 7px;
2012-09-27 18:41:46 +05:30
border-bottom: 1px solid #ccc;
2012-02-27 18:03:54 +05:30
}
.message .help {
margin-bottom: 0px;
padding-bottom: 0px;
color: #888;
font-size: 11px;
}
.message-other {
}
.message-self {
background-color: #eee;
}