diff options
author | Determinant <[email protected]> | 2014-12-28 00:33:19 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2014-12-28 00:33:19 +0800 |
commit | 64bee3cc1884d74887b3d02af996cd435cfbc5dc (patch) | |
tree | c952ef2fe66a5602321a350168b8f9c71e15a693 | |
parent | dbfcc4082aa20ec7b3661a2dbd9716e91a4a34cc (diff) |
move stylesheet to a separate file
-rw-r--r-- | assets/css/monitor.css | 25 |
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; +} |