Skip to content

Commit

Permalink
Merge pull request 'fix/bug-70196' (#23) from fix/bug-70196 into rele…
Browse files Browse the repository at this point in the history
…ase/v8.2.0
  • Loading branch information
Julia Radzhabova committed Sep 16, 2024
2 parents f784f35 + 79aa05d commit f8df2f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions apps/common/main/lib/component/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,15 @@ define([
me.btnPrev = new Common.UI.Button({
parentEl: me.cmpEl.find('#prev-arrow'),
cls: '',
scaling: false,
iconCls: 'arrow-prev img-commonctrl'
});
me.btnPrev.on('click', _.bind(me.onClickPrev, me));

me.btnNext = new Common.UI.Button({
parentEl: me.cmpEl.find('#next-arrow'),
cls: '',
scaling: false,
iconCls: 'arrow-next img-commonctrl'
});
me.btnNext.on('click', _.bind(me.onClickNext, me));
Expand Down
Binary file modified apps/common/main/resources/img/controls/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions apps/spreadsheeteditor/main/resources/less/rightmenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
}

.list-item {
width: 146px;
width: 144px;
.margin-left-20();
display: inline-block;
white-space: pre;
Expand All @@ -221,9 +221,9 @@

.listitem-icon {
vertical-align: middle;
width: 16px;
width: 22px;
height: 16px;
background-position: -1px -46px;
background-position: 3px -44px;
display: inline-block;
}
}
Expand Down Expand Up @@ -264,7 +264,7 @@
vertical-align: middle;
width: 22px;
height: 16px;
background-position: 1px -46px;
background-position: 3px -44px;
display: inline-block;
}
}
Expand Down

0 comments on commit f8df2f7

Please sign in to comment.