Merge pull request #1114 from ONLYOFFICE/fix/bugfix

Fix Bug 51838
This commit is contained in:
Julia Radzhabova 2021-08-23 18:04:21 +03:00 committed by GitHub
commit d611f07cdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 12 deletions

View file

@ -1700,9 +1700,9 @@ define([
this.btnMarkers.setMenu(
new Common.UI.Menu({
cls: 'shifted-left',
style: 'min-width: 139px',
style: 'min-width: 145px',
items: [
{template: _.template('<div id="id-toolbar-menu-markers" class="menu-markers" style="width: 139px; margin: 0 9px;"></div>')},
{template: _.template('<div id="id-toolbar-menu-markers" class="menu-markers" style="width: 145px; margin: 0 9px;"></div>')},
{caption: '--'},
this.mnuMarkerChangeLevel = new Common.UI.MenuItem({
caption: this.textChangeLevel,

View file

@ -33,8 +33,8 @@
}
.item-markerlist {
width: 38px;
height: 38px;
width: 40px;
height: 40px;
}
.item-multilevellist {

View file

@ -1218,9 +1218,9 @@ define([
this.btnMarkers.setMenu(
new Common.UI.Menu({
cls: 'shifted-left',
style: 'min-width: 139px',
style: 'min-width: 145px',
items: [
{template: _.template('<div id="id-toolbar-menu-markers" class="menu-markers" style="width: 139px; margin: 0 9px;"></div>')},
{template: _.template('<div id="id-toolbar-menu-markers" class="menu-markers" style="width: 145px; margin: 0 9px;"></div>')},
this.mnuMarkerSettings = new Common.UI.MenuItem({
caption: this.textListSettings,
value: 'settings'

View file

@ -49,8 +49,8 @@
}
.item-markerlist {
width: 38px;
height: 38px;
width: 40px;
height: 40px;
}
.item-multilevellist {

View file

@ -927,7 +927,7 @@ define([
cls: 'shifted-right',
menuAlign: 'tl-tr',
items : [
{ template: _.template('<div id="id-docholder-menu-bullets" class="menu-layouts" style="width: 372px; margin: 4px 6px;"></div>') },
{ template: _.template('<div id="id-docholder-menu-bullets" class="menu-layouts" style="width: 376px; margin: 4px 2px 4px 6px;"></div>') },
{caption: '--'},
me.menuParagraphBulletNone = new Common.UI.MenuItem({
caption : me.textNone,

View file

@ -134,8 +134,8 @@
}
.item-markerlist {
width: 38px;
height: 38px;
width: 40px;
height: 40px;
}
.item-multilevellist {
@ -145,7 +145,7 @@
#menu-list-number-group {
.item {
margin-right: 9px;
margin-right: 10px;
margin-bottom: 9px;
}
.group-items-container {
@ -153,6 +153,12 @@
}
}
#menu-list-bullet-group {
.item {
margin-right: 2px;
}
}
#slot-field-zoom {
float: left;
min-width: 46px;