diff --git a/apps/documenteditor/main/app/template/StatusBar.template b/apps/documenteditor/main/app/template/StatusBar.template index d5df1f14f8..de7acd4632 100644 --- a/apps/documenteditor/main/app/template/StatusBar.template +++ b/apps/documenteditor/main/app/template/StatusBar.template @@ -27,7 +27,7 @@
- + diff --git a/apps/documenteditor/main/app/view/Statusbar.js b/apps/documenteditor/main/app/view/Statusbar.js index 085e21bc1b..7a966ed172 100644 --- a/apps/documenteditor/main/app/view/Statusbar.js +++ b/apps/documenteditor/main/app/view/Statusbar.js @@ -357,7 +357,7 @@ define([ this.fireEvent('render:before', [this.$layout]); - _btn_render(me.btnMultiplePages, $('#btn-multiple-pages', me.$layout)); + _btn_render(me.btnMultiplePages, $('#status-btn-multiple-pages', me.$layout)); _btn_render(me.btnZoomToPage, $('#btn-zoom-topage', me.$layout)); _btn_render(me.btnZoomToWidth, $('#btn-zoom-towidth', me.$layout)); _btn_render(me.cntZoom, $('.cnt-zoom',me.$layout)); diff --git a/apps/documenteditor/main/resources/less/statusbar.less b/apps/documenteditor/main/resources/less/statusbar.less index fcf5bd0748..8a6392f97d 100644 --- a/apps/documenteditor/main/resources/less/statusbar.less +++ b/apps/documenteditor/main/resources/less/statusbar.less @@ -20,7 +20,7 @@ text-align: center; } - #btn-zoom-topage, #btn-zoom-towidth, #btn-multiple-pages { + #btn-zoom-topage, #btn-zoom-towidth, #status-btn-multiple-pages { .margin-right-8(); }