From 0ac36285074d1804adb8e3ade08c461bc1c1134b Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 24 Feb 2015 20:11:01 +0200 Subject: style: tool-bar: - common tool-bar directives, - cleanup positioning, - use z-index to float above graph --- res/client/css/partials/tool-bar.scss | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'res/client/css') diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 339cad78..5dcdf0a8 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -1,25 +1,27 @@ .tool_bar_btn { - border: 1px solid #919095; - cursor: pointer; - text-align: right; - float: right; - font-size: $h5-size; - height: 36px; - margin-right: 15px; - margin-top: 40px; - padding: 5px; - width: 50px; + border: 1px solid #919095; + cursor: pointer; + float: right; + height: $three-baselines; + margin-right: 15px; + width: 50px; } +#tool-bar { + margin-top: 30px; + position: absolute; + right: 0px; + z-index: 1; +} #btn_filter { - background: url(../img/toolbar_icon__filter.png); - background-repeat: no-repeat; - background-position: center; + background: url(../img/toolbar_icon__filter.png); + background-repeat: no-repeat; + background-position: center; } #btn_export { - background: url(../img/toolbar_icon__export.png); - background-position: center; - background-repeat: no-repeat; + background: url(../img/toolbar_icon__export.png); + background-position: center; + background-repeat: no-repeat; } -- cgit v1.3.1