[SSE] Fix layout for celleditor field.
This commit is contained in:
parent
8db96e7d5e
commit
5a69e4b121
|
@ -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);
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue