summaryrefslogtreecommitdiff
path: root/css/tbc_external_review.css
blob: e5dfa99f9f9efc48653ec33f9d6f4f706f4ca346 (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
.form-radios .form-item {
    display:inline;
}
#comment-form-wrapper #edit-chapter-wrapper,
#comment-form-wrapper #edit-example-wrapper,
#comment-form-wrapper #edit-submit,
#comment-form-wrapper #comment-error-wrapper,
#ajax-loader {
    display: none;
}
.status {
    padding: 5px;
    background: lightgreen;
    border: 2px solid green;
}
#lightbox-wrapper {
    background: #ffffff;
    padding: 25px;
}
#lightbox-wrapper table tr {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}

#lightbox-wrapper table tr:hover {
    background: #f3f3f3;
}
.error-comment {
    background: tomato !important;
}
.dull {
    background: #424242 !important;
}