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