forked from backdrop-contrib/coder_review
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoder_review.css
More file actions
61 lines (48 loc) · 781 Bytes
/
coder_review.css
File metadata and controls
61 lines (48 loc) · 781 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
51
52
53
54
55
56
57
58
59
60
61
/**
* Styles for the Coder_review module.
*/
img.coder {
padding: 2px;
}
.coder-normal {
background-color: #ffd;
color: #000;
}
.coder-minor {
}
.coder-critical {
background-color: #ffe7dd;
color: #000;
}
.coder code {
font-size: 12px;
}
code.bad {
color: red;
}
code.good {
color: green;
}
.coder-description {
display: none;
padding: 5px 5px 5px 5px;
margin: 0px 0px 5px 0px;
border: 1px solid #888888;
}
.coder-description code {
background: #edf1f3;
color: #000;
}
.coder-settings {
padding-top: 2em;
}
.admin-coder {
font-size: 0.9em;
}
a.module-link-coder-review {
/* @todo: replace this image with a more subdued/grayed-out png. */
background: url(../images/module.png) 0 50% no-repeat;
}
.coder li {
min-height: 20px;
}