summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/client/css/partials/tool-bar.scss34
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;
}