article.css
731 Bytes
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
46
47
48
49
50
/*
** Style for Article Related Elements
*/
.post_comment_box {
text-align: center;
padding: 0px 15px 5px 15px;
margin: 10px;
}
.post_comment_box h4 {
padding: 1px 20px;
margin: 0px;
background: #B8CFE7;
}
.post_comment_box.closed h4 {
display: inline;
border: 1px solid #729FCF;
cursor: pointer;
}
.post_comment_box.opened {
border: 1px solid #729FCF;
background: #B8CFE7;
}
.post_comment_box form {
text-align: left;
margin: -10px 0px 0px 0px;
}
.post_comment_box .formfield * {
width: 99%;
}
.post_comment_box .button-bar {
text-align: center;
}
.post_comment_box input.button {
position: relative;
float: none;
margin: auto;
}
.post_comment_box .button-bar br {
display: none;
}