diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-24 20:11:01 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-24 20:23:09 +0200 |
| commit | 0ac36285074d1804adb8e3ade08c461bc1c1134b (patch) | |
| tree | 58a2c7af04182ca34e53a2bb01920515ecfbab2f | |
| parent | 56234be525d3deffda80afd07c1f5508d49dccdf (diff) | |
style: tool-bar:
- common tool-bar directives,
- cleanup positioning,
- use z-index to float above graph
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 34 |
1 files changed, 18 insertions, 16 deletions
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; } |
