From 4c7c9dcdfd05a2d9648756c0da5c68588929ba5d Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 29 Dec 2014 00:34:16 +0800 Subject: restructured the project --- static/assets/css/monitor.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 static/assets/css/monitor.css (limited to 'static/assets/css') diff --git a/static/assets/css/monitor.css b/static/assets/css/monitor.css new file mode 100644 index 0000000..25a9430 --- /dev/null +++ b/static/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; +} -- cgit v1.2.3