From 2028121a37d04dd198cc96bf5f24e5a14b883bc5 Mon Sep 17 00:00:00 2001 From: garbash Date: Wed, 1 Apr 2015 17:29:15 +0300 Subject: Slightly more stylised zoom buttons --- res/client/css/style.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 5c7855b7..df83558c 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -736,22 +736,30 @@ p { background-position: center; background-repeat: no-repeat; } +#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; } + #btn_zoom_in { background: url(../img/plus.svg); background-position: center; background-repeat: no-repeat; - border: 0px; } + width: 16px; + height: 16px; } #btn_zoom_out { background: url(../img/minus.svg); background-position: center; background-repeat: no-repeat; - border: 0px; } - -#zoom-bar { - position: absolute; - bottom: 50px; - right: 10px; } + width: 16px; + height: 25px; } .graph-view { background-color: #f5f5fa; -- cgit v1.3.1