diff --git a/apps/documenteditor/main/app/view/Toolbar.js b/apps/documenteditor/main/app/view/Toolbar.js index 8c4ea904a..d56509cd0 100644 --- a/apps/documenteditor/main/app/view/Toolbar.js +++ b/apps/documenteditor/main/app/view/Toolbar.js @@ -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('')}, + {template: _.template('')}, {caption: '--'}, this.mnuMarkerChangeLevel = new Common.UI.MenuItem({ caption: this.textChangeLevel, diff --git a/apps/documenteditor/main/resources/less/toolbar.less b/apps/documenteditor/main/resources/less/toolbar.less index 27de5cba2..2bcb39ba2 100644 --- a/apps/documenteditor/main/resources/less/toolbar.less +++ b/apps/documenteditor/main/resources/less/toolbar.less @@ -33,8 +33,8 @@ } .item-markerlist { - width: 38px; - height: 38px; + width: 40px; + height: 40px; } .item-multilevellist { diff --git a/apps/presentationeditor/main/app/view/Toolbar.js b/apps/presentationeditor/main/app/view/Toolbar.js index 6ce55b484..8f6058693 100644 --- a/apps/presentationeditor/main/app/view/Toolbar.js +++ b/apps/presentationeditor/main/app/view/Toolbar.js @@ -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('')}, + {template: _.template('')}, this.mnuMarkerSettings = new Common.UI.MenuItem({ caption: this.textListSettings, value: 'settings' diff --git a/apps/presentationeditor/main/resources/less/toolbar.less b/apps/presentationeditor/main/resources/less/toolbar.less index 68c8b17dd..337be3340 100644 --- a/apps/presentationeditor/main/resources/less/toolbar.less +++ b/apps/presentationeditor/main/resources/less/toolbar.less @@ -49,8 +49,8 @@ } .item-markerlist { - width: 38px; - height: 38px; + width: 40px; + height: 40px; } .item-multilevellist { diff --git a/apps/spreadsheeteditor/main/app/view/DocumentHolder.js b/apps/spreadsheeteditor/main/app/view/DocumentHolder.js index d4e268cb4..3361d8e73 100644 --- a/apps/spreadsheeteditor/main/app/view/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/view/DocumentHolder.js @@ -927,7 +927,7 @@ define([ cls: 'shifted-right', menuAlign: 'tl-tr', items : [ - { template: _.template('') }, + { template: _.template('') }, {caption: '--'}, me.menuParagraphBulletNone = new Common.UI.MenuItem({ caption : me.textNone, diff --git a/apps/spreadsheeteditor/main/resources/less/toolbar.less b/apps/spreadsheeteditor/main/resources/less/toolbar.less index cad840a6d..1b70b7237 100644 --- a/apps/spreadsheeteditor/main/resources/less/toolbar.less +++ b/apps/spreadsheeteditor/main/resources/less/toolbar.less @@ -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;