From 9483b2c1097c224b269d68fb009179b89b126dac Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 30 Nov 2014 15:33:39 +0200 Subject: Added top-bar + removed deprecated elements and classes --- res/css/partials/timeline-view.scss | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 res/css/partials/timeline-view.scss (limited to 'res/css/partials/timeline-view.scss') 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; -} -- cgit v1.3.1