[SSE] Fix layout for celleditor field.

This commit is contained in:
Julia Radzhabova 2017-08-24 17:31:34 +03:00
parent 8db96e7d5e
commit 5a69e4b121
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ define([
}); });
this.btnNamedRanges.render($('#ce-cell-name-menu')); this.btnNamedRanges.render($('#ce-cell-name-menu'));
this.btnNamedRanges.setVisible(false); this.btnNamedRanges.setVisible(false);
this.btnNamedRanges.menu.setOffset(-55); this.btnNamedRanges.menu.setOffset(-52);
this.$cellname = $('#ce-cell-name', this.el); this.$cellname = $('#ce-cell-name', this.el);
this.$btnexpand = $('#ce-btn-expand', this.el); this.$btnexpand = $('#ce-btn-expand', this.el);

View file

@ -30,7 +30,7 @@
#ce-cell-name-menu { #ce-cell-name-menu {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
left: 54px; left: 50px;
background-color: @gray-light; background-color: @gray-light;
button { button {