diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-22 07:49:30 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-22 07:49:41 +0200 |
| commit | 599b8148bac2f91d0d00b44f393bc082ae476212 (patch) | |
| tree | eebfbf6acefdd88c25c858822116d178533ad880 /res/client/css/partials | |
| parent | bf4df7f0c9898f748bce01ed237e0c52738432cf (diff) | |
client: move zoom buttons into zoom-bar on bottom right
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/tool-bar.scss | 1 | ||||
| -rw-r--r-- | res/client/css/partials/zoom-bar.scss | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/res/client/css/partials/tool-bar.scss b/res/client/css/partials/tool-bar.scss index 77070b6f..392acc1a 100644 --- a/res/client/css/partials/tool-bar.scss +++ b/res/client/css/partials/tool-bar.scss @@ -23,7 +23,6 @@ #tool-bar-multiple-node-operations { float: right; - width: 100%; } #btn_filter { diff --git a/res/client/css/partials/zoom-bar.scss b/res/client/css/partials/zoom-bar.scss new file mode 100644 index 00000000..5f3fc261 --- /dev/null +++ b/res/client/css/partials/zoom-bar.scss @@ -0,0 +1,5 @@ +#zoom-bar { + position: absolute; + bottom: 50px; + right: 10px; +} |
