aboutsummaryrefslogtreecommitdiff
path: root/static/assets/css/monitor.css
blob: 8b44e4f9cfe10f0954b5d21047a42ccfef2a588f (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
path {
    pointer-events: none;
    stroke-width: 2;
    fill: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}

.job_graph {
    overflow: hidden;
}

.listgraph {
    margin-bottom: 0px;
}

.panel {
    margin-left: auto;
    margin-right: auto;
}

.overlay {
    fill: none;
    pointer-events: all;
}

.focus circle {
    pointer-events: none;
    fill: none;
    stroke: steelblue;
}

.focus text {
    pointer-events: none;
}