aboutsummaryrefslogtreecommitdiff
path: root/static/assets/css/monitor.css
blob: 25a9430878ed512ca21b431b8c58b6d257823c00 (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
path {
    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;
}