diff options
| author | garbash <dor.garbash@gmail.com> | 2015-04-01 17:29:15 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-04-01 17:29:15 +0300 |
| commit | 2028121a37d04dd198cc96bf5f24e5a14b883bc5 (patch) | |
| tree | 1932b873db740df388a2f14387c078a3ba6f537a /res/client/css/style.css | |
| parent | 41b7c9289e374af872fd0160d8a28b720a2ef208 (diff) | |
Slightly more stylised zoom buttons
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 22 |
1 files changed, 15 insertions, 7 deletions
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; |
