Fix Bug 51838
This commit is contained in:
parent
d2e0feb4e4
commit
e7cfb129c2
|
@ -1700,9 +1700,9 @@ define([
|
||||||
this.btnMarkers.setMenu(
|
this.btnMarkers.setMenu(
|
||||||
new Common.UI.Menu({
|
new Common.UI.Menu({
|
||||||
cls: 'shifted-left',
|
cls: 'shifted-left',
|
||||||
style: 'min-width: 139px',
|
style: 'min-width: 145px',
|
||||||
items: [
|
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: '--'},
|
{caption: '--'},
|
||||||
this.mnuMarkerChangeLevel = new Common.UI.MenuItem({
|
this.mnuMarkerChangeLevel = new Common.UI.MenuItem({
|
||||||
caption: this.textChangeLevel,
|
caption: this.textChangeLevel,
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-markerlist {
|
.item-markerlist {
|
||||||
width: 38px;
|
width: 40px;
|
||||||
height: 38px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-multilevellist {
|
.item-multilevellist {
|
||||||
|
|
|
@ -1218,9 +1218,9 @@ define([
|
||||||
this.btnMarkers.setMenu(
|
this.btnMarkers.setMenu(
|
||||||
new Common.UI.Menu({
|
new Common.UI.Menu({
|
||||||
cls: 'shifted-left',
|
cls: 'shifted-left',
|
||||||
style: 'min-width: 139px',
|
style: 'min-width: 145px',
|
||||||
items: [
|
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({
|
this.mnuMarkerSettings = new Common.UI.MenuItem({
|
||||||
caption: this.textListSettings,
|
caption: this.textListSettings,
|
||||||
value: 'settings'
|
value: 'settings'
|
||||||
|
|
|
@ -49,8 +49,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-markerlist {
|
.item-markerlist {
|
||||||
width: 38px;
|
width: 40px;
|
||||||
height: 38px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-multilevellist {
|
.item-multilevellist {
|
||||||
|
|
|
@ -927,7 +927,7 @@ define([
|
||||||
cls: 'shifted-right',
|
cls: 'shifted-right',
|
||||||
menuAlign: 'tl-tr',
|
menuAlign: 'tl-tr',
|
||||||
items : [
|
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: '--'},
|
{caption: '--'},
|
||||||
me.menuParagraphBulletNone = new Common.UI.MenuItem({
|
me.menuParagraphBulletNone = new Common.UI.MenuItem({
|
||||||
caption : me.textNone,
|
caption : me.textNone,
|
||||||
|
|
|
@ -134,8 +134,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-markerlist {
|
.item-markerlist {
|
||||||
width: 38px;
|
width: 40px;
|
||||||
height: 38px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-multilevellist {
|
.item-multilevellist {
|
||||||
|
@ -145,7 +145,7 @@
|
||||||
|
|
||||||
#menu-list-number-group {
|
#menu-list-number-group {
|
||||||
.item {
|
.item {
|
||||||
margin-right: 9px;
|
margin-right: 10px;
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
}
|
}
|
||||||
.group-items-container {
|
.group-items-container {
|
||||||
|
@ -153,6 +153,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#menu-list-bullet-group {
|
||||||
|
.item {
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#slot-field-zoom {
|
#slot-field-zoom {
|
||||||
float: left;
|
float: left;
|
||||||
min-width: 46px;
|
min-width: 46px;
|
||||||
|
|
Loading…
Reference in a new issue