summaryrefslogtreecommitdiff
path: root/res/client/css/partials/tool-bar.scss
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-25 01:05:17 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-25 01:30:09 +0200
commit15ebed3fbd3a26cff22f1aec05ce71c840268cfd (patch)
tree5fd1144b0368f79134f448382f58d291b1c03980 /res/client/css/partials/tool-bar.scss
parent64324f317b6fbd9a1b636b0b21e123155f8153d4 (diff)
style: fix info-card overlapping tool-bar
Diffstat (limited to 'res/client/css/partials/tool-bar.scss')
-rw-r--r--res/client/css/partials/tool-bar.scss6
1 files changed, 3 insertions, 3 deletions
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;
}