[SSE] Fix Bug 31880

This commit is contained in:
Julia Radzhabova 2018-02-22 10:56:36 +03:00
parent 0667a18c0b
commit 938997bf74
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -11,9 +11,9 @@
background-color: @gray-light;
#ce-cell-name {
width: 70px;
width: 100px;
height: 19px;
padding: 0px 16px 0 4px;
padding: 0px 19px 0 4px;
vertical-align: top;
display: inline-block;
border: 0 none;
@ -30,7 +30,7 @@
#ce-cell-name-menu {
display: inline-block;
position: absolute;
left: 50px;
left: 80px;
background-color: @gray-light;
button {
@ -87,7 +87,7 @@
.ce-group-content {
padding-left: 1px;
margin: 0 16px 0 90px;
margin: 0 16px 0 120px;
height: 100%;
border-left: 1px solid @gray-dark;