aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/monitor.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/assets/css/monitor.css b/assets/css/monitor.css
new file mode 100644
index 0000000..25a9430
--- /dev/null
+++ b/assets/css/monitor.css
@@ -0,0 +1,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;
+}