Fix Bug 51838
This commit is contained in:
parent
d2e0feb4e4
commit
e7cfb129c2
|
@ -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,
|
||||
|
|
|
@ -33,8 +33,8 @@
|
|||
}
|
||||
|
||||
.item-markerlist {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.item-multilevellist {
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -49,8 +49,8 @@
|
|||
}
|
||||
|
||||
.item-markerlist {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.item-multilevellist {
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue