aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2014-12-28 00:33:19 +0800
committerDeterminant <ted.sybil@gmail.com>2014-12-28 00:33:19 +0800
commit64bee3cc1884d74887b3d02af996cd435cfbc5dc (patch)
treec952ef2fe66a5602321a350168b8f9c71e15a693
parentdbfcc4082aa20ec7b3661a2dbd9716e91a4a34cc (diff)
move stylesheet to a separate file
-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;
+}