summaryrefslogtreecommitdiff
path: root/res/client/css/partials
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-09 02:44:01 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-09 16:17:22 +0300
commiteafa40d9c50bd332f9f510c142327b9a8b51dedf (patch)
tree4c63f7f739ee79d45950abc7fe4205e934f9780e /res/client/css/partials
parent329e8b79e18a182dfc9f626f17eb6d859c36034b (diff)
style: align zoom buttons with upper tool-bar
Diffstat (limited to 'res/client/css/partials')
-rw-r--r--res/client/css/partials/zoom-buttons.scss38
1 files changed, 19 insertions, 19 deletions
diff --git a/res/client/css/partials/zoom-buttons.scss b/res/client/css/partials/zoom-buttons.scss
index d938d5a3..278e4503 100644
--- a/res/client/css/partials/zoom-buttons.scss
+++ b/res/client/css/partials/zoom-buttons.scss
@@ -1,27 +1,27 @@
#zoom-bar {
- position: absolute;
- bottom: 50px;
- right: 10px;
- background: white;
- border-width: 1px;
- border-style: solid;
- border-color: grey;
- padding: 5px 4px 0px 4px;
- height: 40px;
+ position: absolute;
+ bottom: 90px;
+ right: 10px;
+ background: white;
+ border-width: 1px;
+ border-style: solid;
+ border-color: grey;
+ padding: 5px 4px 0px 4px;
}
#btn_zoom_in {
- background: url(../img/plus.svg);
- background-position: center;
- background-repeat: no-repeat;
- width: 16px;
- height: 16px;
+ background: url(../img/plus.svg);
+ background-position: center;
+ background-repeat: no-repeat;
+ width: 16px;
+ height: 16px;
+ margin-bottom: 5px;
}
#btn_zoom_out {
- background: url(../img/minus.svg);
- background-position: center;
- background-repeat: no-repeat;
- width: 16px;
- height: 25px;
+ background: url(../img/minus.svg);
+ background-position: center;
+ background-repeat: no-repeat;
+ width: 16px;
+ height: 25px;
}