1.ec-message {
2 min-height: 20px;
3 padding: 19px;
4 margin-bottom: 20px;
5 background-color: #f0f0f0;
6 border: 1px solid #e3e3e3;
7 border-radius: 4px;
8 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
9 box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
10}
11.ec-message p:last-child {
12 margin-bottom: 0;
13}
14
15.ec-message__date {
16 font-size: 12px;
17 color: #999;
18 padding-left: 20px;
19}
20
21.ec-message__reply {
22 background: #fff;
23 padding: 10px;
24 margin-left: 20px;
25}
26.ec-message__reply p:last-child {
27 margin-bottom: 0;
28}
29
30.ec-error {
31 display: none;
32}
33
34.ec-antispam {
35 display: none;
36}
37
38/* Ratings
39 ***************************/
40.ec-rating {}
...
</html>