diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-12 00:23:33 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-12 00:23:44 +0200 |
| commit | 3255529f9db0208f8e56689e31aa626251ba1e40 (patch) | |
| tree | 365fd79e258513e21a7caa96627b499d071e8643 /res/client/css/partials | |
| parent | 72ada9fea8741c2a5eaa96bd28d70f322d6622bb (diff) | |
client: zoom to selection button instead of automatic on selection
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/zoom-buttons.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/client/css/partials/zoom-buttons.scss b/res/client/css/partials/zoom-buttons.scss index 8a3a205c..de1d104d 100644 --- a/res/client/css/partials/zoom-buttons.scss +++ b/res/client/css/partials/zoom-buttons.scss @@ -9,6 +9,15 @@ padding: 5px 4px 0px 4px; } +#btn_zoom_to_selection { + background: url(../img/icon__zoom_to_selection.svg); + background-position: center; + background-repeat: no-repeat; + width: 16px; + height: 25px; + margin-bottom: 5px; +} + #btn_zoom_in { background: url(../img/plus.svg); background-position: center; |
