summaryrefslogtreecommitdiff
path: root/res/css/partials/timeline-view.scss
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-30 15:33:39 +0200
committergarbash <dor.garbash@gmail.com>2014-11-30 15:33:39 +0200
commit9483b2c1097c224b269d68fb009179b89b126dac (patch)
treebe16d3d2bd8d11dd790e2ddbd0e009f1eff2dc3e /res/css/partials/timeline-view.scss
parent5e8629bc2ced01425063b2c51db829770556174a (diff)
Added top-bar + removed deprecated elements and classes
Diffstat (limited to 'res/css/partials/timeline-view.scss')
-rw-r--r--res/css/partials/timeline-view.scss34
1 files changed, 0 insertions, 34 deletions
diff --git a/res/css/partials/timeline-view.scss b/res/css/partials/timeline-view.scss
deleted file mode 100644
index 04eefda0..00000000
--- a/res/css/partials/timeline-view.scss
+++ /dev/null
@@ -1,34 +0,0 @@
-.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;
-}