blob: f58391b068b76bb4dff10eccbe77afc6cf2a2537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
#g-content #g-comment-form {
margin-top: 2em;
}
#g-content #g-comments {
margin-top: 2em;
position: relative;
}
#g-content #g-comments ul li {
margin: 1em 0;
}
#g-content #g-comments .g-author {
border-bottom: 1px solid #ccc;
color: #999;
height: 32px;
line-height: 32px;
}
#g-content #g-comments ul li div {
padding: 0 8px 8px 43px;
}
#g-content #g-comments .g-avatar {
height: 32px;
margin-right: .4em;
width: 32px;
}
#g-admin-comment-button {
position: absolute;
right: 0;
top: 2px;
}
#g-admin-comments-menu {
margin: 1em 0;
}
#g-admin-comments-menu a {
margin: 0;
padding: .2em .6em;
}
|