-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles_more.css
47 lines (43 loc) · 1.91 KB
/
styles_more.css
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
/* For none bootstrap themes, a minimal grid.
TODO - make express specific? */
.xray-risk,
.xray-visitors {
width:50%;
float:left;
}
.xray-headline-number {
font-size: 25px;
margin-right: 3px;
}
.xray-headline-icon {
height: 25px;
width: 25px;
margin-bottom: -3px;
}
/* Resolve problem using target to other element, in themes with header with position fixed.*/
.xray-col-4:target:before {
content: " ";
display: block;
height: 3em; /* fixed header height*/
}
.xray-reportsname:target:before {
content: " ";
display: block;
height: 3em; /* fixed header height*/
margin-top:-3em; /* negative fixed header height */
}
/* End Resolve problem usign target.*/
/* Background Colours - Styles from bootstrap */
.xray-toggleable-table .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
.xray-toggleable-table .label-default{background-color:#777}
.xray-toggleable-table .label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}
.xray-toggleable-table .label-primary{background-color:#337ab7}
.xray-toggleable-table .label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}
.xray-toggleable-table .label-success{background-color:#5cb85c}
.xray-toggleable-table .label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}
.xray-toggleable-table .label-info{background-color:#5bc0de}
.xray-toggleable-table .label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}
.xray-toggleable-table .label-warning{background-color:#f0ad4e}
.xray-toggleable-table .label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}
.xray-toggleable-table .label-danger{background-color:#d9534f}
.xray-toggleable-table .label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}