For Bug 51845
This commit is contained in:
parent
064e436cd7
commit
39239c81f4
|
@ -99,7 +99,7 @@
|
|||
}
|
||||
|
||||
.item {
|
||||
padding: 3px;
|
||||
padding: 2px;
|
||||
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
|
||||
border: @scaled-one-px-value solid @border-regular-control;
|
||||
.box-shadow(none);
|
||||
|
|
|
@ -1155,7 +1155,7 @@ define([
|
|||
this.listStyles = new Common.UI.ComboDataView({
|
||||
cls: 'combo-styles',
|
||||
itemWidth: 104,
|
||||
itemHeight: 38,
|
||||
itemHeight: 40,
|
||||
// hint : this.tipParagraphStyle,
|
||||
enableKeyEvents: true,
|
||||
additionalMenuItems: [this.listStylesAdditionalMenuItem],
|
||||
|
|
|
@ -112,12 +112,6 @@
|
|||
background-size: cover
|
||||
}
|
||||
|
||||
.combo-styles {
|
||||
.item {
|
||||
padding: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
#slot-btn-incfont, #slot-btn-decfont, #slot-btn-changecase {
|
||||
margin-left: 2px;
|
||||
}
|
|
@ -818,7 +818,7 @@ define([
|
|||
cls : 'combo-styles',
|
||||
enableKeyEvents : true,
|
||||
itemWidth : 112,
|
||||
itemHeight : 38,
|
||||
itemHeight : 40,
|
||||
menuMaxHeight : 226,
|
||||
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth],
|
||||
beforeOpenHandler: function(e) {
|
||||
|
|
|
@ -149,9 +149,3 @@
|
|||
float: left;
|
||||
min-width: 46px;
|
||||
}
|
||||
|
||||
.combo-styles {
|
||||
.view, .dropdown-menu {
|
||||
//background-color: @canvas-content-background;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue