Rushabh Mehta | fdea966 | 2012-02-27 18:03:54 +0530 | [diff] [blame] | 1 | #message-post-text { |
2 | height: 3em; | ||||
3 | } | ||||
4 | |||||
5 | #message-list { | ||||
6 | margin: 0px 40px; | ||||
7 | } | ||||
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 | } |