-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreports.css
64 lines (53 loc) · 941 Bytes
/
reports.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
table,
table * td {
border-collapse: separate;
padding: 0;
border-spacing: 0;
}
.sessionlevel1 td {
border: solid 1px #888;
font-size: 1.2em;
}
.sessionlevel2 td {
border-bottom: solid 1px #eee;
font-size: 1.1em;
}
.sessionlevel3 td {
font-size: 1em;
}
.sessionlevel4 td {
font-size: 0.9em;
}
.donebar {
background-color: #579f4a;
height: 18px;
}
.remainingbar {
background-color: #4b41a9;
height: 18px;
}
.completionbar {
margin-top: 5px;
}
.reportdetails {
font-size: 0.85em;
}
.trainingreport.subs,
.sessionreport {
width: 100%;
}
.sessionitem.rangedate {
background-color: #d0d0d0;
border: 1px solid #a0a0a0;
font-size: 0.9em;
}
.report-trainingsession.userinfobox {
background-color: white;
border-radius: 10px;
border: 1px #d0d0d0 solid;
font-size: 1.2em;
margin: 10px;
padding: 10px;
text-align: left;
width: 80%;
}