blob: dc8abf33e5538009d7e84090476251f84d9a3153 (
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
|
#content-wrapper {
max-width: 97%;
}
.accordion-inner {
background: #f5f5f5;
}
#new-comment-form input[type=text],
#new-comment-form textarea,
#new-reply-form textarea {
width: 80%;
}
#new-comment-form textarea,
#new-reply-form textarea {
height: 100px;
}
.replies {
margin-left: 15px;
}
.replies .reply {
padding: 3px;
margin: 5px 0;
background: #ffffff;
border-left: 2px solid #1dccaa;
}
|