summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/style.css
blob: 81dc74b03c858276d8c56263e4de7ed09c47a83d (plain) (blame)
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
.top-row {
    margin-bottom: 10px;
}

.top-row > * {
    margin-right: 10px;
    margin-bottom: 10px;
}

.top-row #button-settings {
    margin-right: 0;
}

.buttonbar button {
    margin-bottom: 4px;
}

.buttonbar {
    margin-bottom: 20px;
}

#slider {
    display: inline-block;
    width: 160px;
    margin-left: 20px;
    margin-bottom: 3px;
    margin-right: 20px;
}

#lower-handle, #upper-handle {
    width: 3em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    margin-left: -1.5em;
    text-align: center;
    line-height: 1.6em;
}

th[data-sort] {
    cursor: pointer;
}