aboutsummaryrefslogblamecommitdiff
path: root/static/assets/css/monitor.css
blob: 8b44e4f9cfe10f0954b5d21047a42ccfef2a588f (plain) (tree)
1
2
      
                         























                                














                         
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;
}