diff options
author | Determinant <[email protected]> | 2014-12-29 00:34:16 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2014-12-29 00:34:16 +0800 |
commit | 4c7c9dcdfd05a2d9648756c0da5c68588929ba5d (patch) | |
tree | 2c1681ad60e1469b4dda7a2ab6a0d03637dbde1e /static/assets/css | |
parent | 5dc3a3b043a990fc58a4ead74c2c5c92e910727d (diff) |
restructured the project
Diffstat (limited to 'static/assets/css')
-rw-r--r-- | static/assets/css/monitor.css | 25 |
1 files changed, 25 insertions, 0 deletions
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; +} |