diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-28 17:29:15 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-28 17:29:15 +0200 |
| commit | 045597184560d4579cb5e34d3e731a5d6bb022c9 (patch) | |
| tree | cdc80d22e4f92712963f2cfb8bf3c7f24d964610 /res/css/partials/timeline-view.scss | |
| parent | 92eb91a3c605cbd830d20dae6488a44d3679299c (diff) | |
Implemented stylesheet structure+font change
Diffstat (limited to 'res/css/partials/timeline-view.scss')
| -rw-r--r-- | res/css/partials/timeline-view.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/res/css/partials/timeline-view.scss b/res/css/partials/timeline-view.scss new file mode 100644 index 00000000..04eefda0 --- /dev/null +++ b/res/css/partials/timeline-view.scss @@ -0,0 +1,34 @@ +.history-timeline { + pointer-events: none; + z-index: -1; + position: absolute; + width: 100%; + justify-content: center; + bottom: 100px; +} + +#gantbox{ + position:absolute; + background-color: rgba(200,200,200,0.1); + height:100%; + width: 100%; + overflow: auto; + z-index:0; +} + +.missingdates{ + position:fixed; + bottom:60px; + left:160px; +} + +.axis{ + stroke: #ccc; + fill: #ccc; +} + +.axis path,.axis line { + fill: none; + stroke: #ccc; + shape-rendering: crispEdges; +} |
