From 15ebed3fbd3a26cff22f1aec05ce71c840268cfd Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 25 Feb 2015 01:05:17 +0200 Subject: style: fix info-card overlapping tool-bar --- res/client/css/partials/tool-bar.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'res/client/css/partials/tool-bar.scss') diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 5dcdf0a8..d9b66afe 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -3,14 +3,14 @@ cursor: pointer; float: right; height: $three-baselines; - margin-right: 15px; + margin-left: 10px; width: 50px; } #tool-bar { - margin-top: 30px; + margin-top: $two-baselines; position: absolute; - right: 0px; + right: $graph-margin-right; z-index: 1; } -- cgit v1.3.1