1
|
|
2
|
.comment {
|
3
|
border: solid 1px #e6e4de;
|
4
|
height: 80px;
|
5
|
height: auto !important;
|
6
|
min-height: 80px;
|
7
|
margin-bottom: 1.5em;
|
8
|
position: relative;
|
9
|
padding: 20px;
|
10
|
-moz-border-radius: 3px;
|
11
|
-webkit-border-radius: 3px;
|
12
|
border-radius: 3px;
|
13
|
}
|
14
|
.comment header.with-user-picture {
|
15
|
padding-left: 50px;
|
16
|
}
|
17
|
.comment p.submitted {
|
18
|
font-style: italic;
|
19
|
margin: 0;
|
20
|
}
|
21
|
.comment-title-hidden .with-user-picture p.submitted {
|
22
|
padding-top: 8px;
|
23
|
}
|
24
|
.comment header .user-picture {
|
25
|
height: 35px;
|
26
|
position: absolute;
|
27
|
width: 35px;
|
28
|
top: 2px;
|
29
|
}
|
30
|
.comment header .user-picture img {
|
31
|
height: 35px;
|
32
|
width: 35px;
|
33
|
}
|
34
|
.comment span a.permalink {
|
35
|
background: url(images/gray.png) no-repeat;
|
36
|
display: inline-block;
|
37
|
font-size: 0.923em;
|
38
|
height: 20px;
|
39
|
padding: 0;
|
40
|
text-indent: -999em;
|
41
|
width: 24px;
|
42
|
}
|
43
|
.comment h3 {
|
44
|
margin: 0;
|
45
|
padding: 0 0 2px;
|
46
|
}
|
47
|
.comment p.meta {
|
48
|
margin-top: 0;
|
49
|
}
|
50
|
.comment-by-node-author {
|
51
|
background-color: #f9f8f7;
|
52
|
}
|
53
|
.comment .links {
|
54
|
text-align: right;
|
55
|
}
|
56
|
.user-signature {
|
57
|
font-size: 0.923em;
|
58
|
}
|