32 lines
372 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-10-03 18:32:10 +05:30
padding-left: 17px;
2012-09-27 18:41:46 +05:30
border-bottom: 1px solid #ccc;
2012-02-27 18:03:54 +05:30
}
2012-10-03 18:32:10 +05:30
.message-mark {
margin-left: -17px;
width: 9px;
position: absolute;
height: 30px;
}
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;
}