blob: 49b377170de4c152ab0ef0a883e1f2327fa98a99 [file] [log] [blame]
Rushabh Mehtafdea9662012-02-27 18:03:54 +05301#message-post-text {
Rushabh Mehtafa0e7b62012-03-22 13:44:04 +05302 width: 50%;
Rushabh Mehtafdea9662012-02-27 18:03:54 +05303}
4
5#message-list {
Rushabh Mehtafa0e7b62012-03-22 13:44:04 +05306
Rushabh Mehtafdea9662012-02-27 18:03:54 +05307}
8
9.message {
10 border-radius: 5px;
11 max-width: 60%;
12 min-width: 40%;
13 padding: 7px;
14 margin-bottom: 7px;
15}
16
17.message .help {
18 margin-bottom: 0px;
19 padding-bottom: 0px;
20 color: #888;
21 font-size: 11px;
22}
23
24.message-other {
25 background-color: #EBFF9C;
26 border: 1px solid #C3CF78;
27 float: right;
28 text-align: right;
29}
30
31.message-self {
32 background-color: #eee;
33 border: 1px solid #ccc;
34 float: left;
35}