From eafa40d9c50bd332f9f510c142327b9a8b51dedf Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 9 Apr 2015 02:44:01 +0300 Subject: style: align zoom buttons with upper tool-bar --- res/client/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index ad693a7d..fae0c50e 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -491,7 +491,7 @@ body.debug .debug-ui-right { overflow-y: auto; position: absolute; top: 130px; - right: 20px; } + right: 10px; } .subtitle { font-style: italic; @@ -749,7 +749,7 @@ p { #tool-bar { margin-top: 24px; position: absolute; - right: 20px; + right: 10px; z-index: 1; } #tool-bar-top-bar { @@ -791,21 +791,21 @@ p { #zoom-bar { position: absolute; - bottom: 50px; + bottom: 90px; right: 10px; background: white; border-width: 1px; border-style: solid; border-color: grey; - padding: 5px 4px 0px 4px; - height: 40px; } + padding: 5px 4px 0px 4px; } #btn_zoom_in { background: url(../img/plus.svg); background-position: center; background-repeat: no-repeat; width: 16px; - height: 16px; } + height: 16px; + margin-bottom: 5px; } #btn_zoom_out { background: url(../img/minus.svg); -- cgit v1.3.1