[DE] fix bug 52486
This commit is contained in:
parent
8aa2a51e3d
commit
d8eb811b74
|
@ -1147,8 +1147,8 @@ define([
|
||||||
this.listStylesAdditionalMenuItem = new Common.UI.MenuItem({
|
this.listStylesAdditionalMenuItem = new Common.UI.MenuItem({
|
||||||
template: _.template(
|
template: _.template(
|
||||||
'<div id="id-save-style-container" class = "save-style-container">' +
|
'<div id="id-save-style-container" class = "save-style-container">' +
|
||||||
'<span id="id-save-style-plus" class="plus img-commonctrl" ></span>' +
|
'<span id="id-save-style-plus" class="add-style-icon toolbar__icon btn-zoomup" ></span>' +
|
||||||
'<label id="id-save-style-link" class="save-style-link" >' + me.textStyleMenuNew + '</label>' +
|
'<label id="id-save-style-link" class="save-style-link" >' + me.textStyleMenuNew + '</label>' +
|
||||||
'</div>')
|
'</div>')
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -147,21 +147,20 @@
|
||||||
border-left: @scaled-one-px-value solid @border-regular-control;
|
border-left: @scaled-one-px-value solid @border-regular-control;
|
||||||
border-top: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
border-top: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
||||||
border-top: @scaled-one-px-value solid @border-regular-control;
|
border-top: @scaled-one-px-value solid @border-regular-control;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.save-style-link {
|
.save-style-link {
|
||||||
border-bottom: @scaled-one-px-value-ie dotted @text-secondary-ie;
|
border-bottom: @scaled-one-px-value-ie dotted @text-secondary-ie;
|
||||||
border-bottom: @scaled-one-px-value dotted @text-secondary;
|
border-bottom: @scaled-one-px-value dotted @text-secondary;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-left: 22px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plus {
|
.add-style-icon {
|
||||||
width: 16px;
|
width: 20px;
|
||||||
height: 16px;
|
height: 20px;
|
||||||
cursor: pointer;
|
|
||||||
position: absolute;
|
|
||||||
background-position: @plus-offset-x @plus-offset-y;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu > .disabled {
|
.dropdown-menu > .disabled {
|
||||||
|
|
Loading…
Reference in a new issue