aboutsummaryrefslogtreecommitdiff
path: root/qc_app/static/css/styles.css
blob: aa6b049ba94993bc3287c92ae742dd719e4ba99b (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
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
label, legend {
    text-transform: capitalize;
}

.heading {
    color: #FEFEFE;
    background-color: #336699;
    text-transform: capitalize;
    border-radius: 5px;
    padding-left: 0.5em;
}

fieldset {
    border-radius: 5px;
}

.btn {
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 0.45em 0.3em 0.45em 0.3em;
}

.btn-main {
    color: #FEFEFE;
    border-color: #357ebd;
    background-color: #336699;
    font-weight: bold;
}

.btn-danger {
    color: #FEFEFE;
    border-color: #FF3434;
    background-color: #FF4545;
    font-weight: bold;
}

.alert {
    display: block;
    border-style: solid;
    border-radius: 3px;
}

.alert-error {
    color: #A35256;
    background-color: #F8D7DA;
    border-color: #E7C6C9;
}

.alert-success {
    colour: #448944;
    font-weight: bold;
    background-color: #AAEEAA;
}

table {
    border-collapse: collapse;
}

.reports-table {
    border: 1px solid;
    border-color: #336699;
}

.reports-table thead {
    color: #FEFEFE;
    background-color: #336699;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color:  #336699;
}

.reports-table thead tr th {
    text-transform: capitalize;
}

.reports-table th,td {
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color:  #336699;
    padding: 0 0.3em 0.3em 0.3em;
}