[DE] Change list settings dialog
This commit is contained in:
parent
a6229d6fbb
commit
1e7bb1667c
|
@ -174,6 +174,51 @@
|
||||||
transform: rotate(225deg);
|
transform: rotate(225deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.caret-double-right, &.caret-double-left {
|
||||||
|
&::before, &::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 7px;
|
||||||
|
width: 6px;
|
||||||
|
height: 6px;
|
||||||
|
background-color: transparent;
|
||||||
|
border: solid 1px @text-normal-ie;
|
||||||
|
border: solid 1px @text-normal;
|
||||||
|
border-bottom: none;
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.caret-double-right {
|
||||||
|
&::before {
|
||||||
|
left: 3px;
|
||||||
|
}
|
||||||
|
&::after {
|
||||||
|
left: 9px;
|
||||||
|
}
|
||||||
|
&::before, &::after {
|
||||||
|
-moz-transform: rotate(135deg);
|
||||||
|
-ms-transform: rotate(135deg);
|
||||||
|
-webkit-transform: rotate(135deg);
|
||||||
|
-o-transform: rotate(135deg);
|
||||||
|
transform: rotate(135deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.caret-double-left {
|
||||||
|
&::before {
|
||||||
|
left: 5px;
|
||||||
|
}
|
||||||
|
&::after {
|
||||||
|
left: 11px;
|
||||||
|
}
|
||||||
|
&::before, &::after {
|
||||||
|
-moz-transform: rotate(315deg);
|
||||||
|
-ms-transform: rotate(315deg);
|
||||||
|
-webkit-transform: rotate(315deg);
|
||||||
|
-o-transform: rotate(315deg);
|
||||||
|
transform: rotate(315deg);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(:disabled) {
|
&:not(:disabled) {
|
||||||
|
|
|
@ -61,90 +61,60 @@ define([
|
||||||
style: 'min-width: 240px;',
|
style: 'min-width: 240px;',
|
||||||
cls: 'modal-dlg',
|
cls: 'modal-dlg',
|
||||||
split: false,
|
split: false,
|
||||||
buttons: ['ok', 'cancel']
|
buttons: null
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize : function(options) {
|
initialize : function(options) {
|
||||||
this.type = options.type || 0;
|
this.type = options.type || 0;
|
||||||
|
this.extended = true;
|
||||||
|
this.rightPanelWidth = 210;
|
||||||
_.extend(this.options, {
|
_.extend(this.options, {
|
||||||
title: this.txtTitle,
|
title: this.txtTitle,
|
||||||
height: (this.type==2) ? 520 : 424,
|
height: (this.type===2) ? 451 : (this.type===1 ? 470 : 424),
|
||||||
width: (this.type==2) ? 460 : 300
|
width: (this.type===2) ? 415 + (this.extended ? this.rightPanelWidth : 0) : 300
|
||||||
}, options || {});
|
}, options || {});
|
||||||
|
|
||||||
this.template = [
|
this.template = [
|
||||||
|
'<table style="width:100%;" class="">',
|
||||||
|
'<tr>',
|
||||||
|
'<td style="vertical-align: top;">',
|
||||||
'<div class="box">',
|
'<div class="box">',
|
||||||
'<% if (type == 2) { %>',
|
'<% if (type == 2) { %>',
|
||||||
'<table cols="4" style="width: 100%;">',
|
'<table style="width: 100%;">',
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td style="padding-right: 5px;">',
|
'<td style="padding-right: 5px;width: 100%;">',
|
||||||
'<label class="input-label">' + this.txtType + '</label>',
|
'<label class="input-label">' + this.txtType + '</label>',
|
||||||
'<div id="id-dlg-numbering-format" class="input-group-nr" style="width: 120px;margin-bottom: 10px;"></div>',
|
'<div id="id-dlg-numbering-format" class="input-group-nr" style="width: 100%;margin-bottom: 10px;"></div>',
|
||||||
'</td>',
|
|
||||||
'<td style="padding-left: 5px;padding-right: 5px;">',
|
|
||||||
'<label class="input-label"></label>',
|
|
||||||
'<div id="id-dlg-chk-tabstop" class="input-group-nr" style="width: 100%;margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'<td style="padding-right: 5px;">',
|
|
||||||
'<label class="input-label"></label>',
|
|
||||||
'<div id="id-dlg-num-tabstop" style="margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'<td style="padding-left: 5px;">',
|
|
||||||
'<label class="input-label"></label>',
|
|
||||||
'<div id="id-dlg-numbering-restart" style="width: 100%;margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'</tr>',
|
|
||||||
'</table>',
|
|
||||||
'<table cols="4" style="width: 100%;">',
|
|
||||||
'<tr>',
|
|
||||||
'<td colspan="2" style="padding-right: 5px;width: 100%;">',
|
|
||||||
'<label class="input-label">' + this.txtNumFormatString + '</label>',
|
|
||||||
'<div id="id-dlg-numbering-format-str" style="width: 100%;height:22px;margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'<td style="padding-left: 5px;padding-right: 5px;">',
|
|
||||||
'<label class="input-label">' + this.txtInclcudeLevel + '</label>',
|
|
||||||
'<div id="id-dlg-numbering-format-lvl" class="input-group-nr" style="width: 100%;margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'<td style="padding-left: 5px;">',
|
|
||||||
'<label class="input-label">' + this.txtStart + '</label>',
|
|
||||||
'<div id="id-dlg-numbering-spin-start" style="margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'</tr>',
|
|
||||||
'</table>',
|
|
||||||
'<table cols="4" style="width: 100%;">',
|
|
||||||
'<tr>',
|
|
||||||
'<td style="padding-right: 5px;">',
|
|
||||||
'<label class="input-label">' + this.txtAlign + '</label>',
|
|
||||||
'<div id="id-dlg-bullet-align" class="input-group-nr" style="width: 100%;margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'<td style="padding-left: 5px;">',
|
|
||||||
'<label class="input-label">' + this.txtAlignAt + '</label>',
|
|
||||||
'<div id="id-dlg-numbering-align-at" style="margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'<td style="padding-left: 5px;padding-right: 5px;">',
|
|
||||||
'<label class="input-label">' + this.txtIndent + '</label>',
|
|
||||||
'<div id="id-dlg-numbering-indent" style="margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'<td style="padding-left: 5px;">',
|
|
||||||
'<label class="input-label">' + this.txtFollow + '</label>',
|
|
||||||
'<div id="id-dlg-numbering-follow" class="input-group-nr" style="width: 100%;margin-bottom: 10px;"></div>',
|
|
||||||
'</td>',
|
|
||||||
'</tr>',
|
|
||||||
'</table>',
|
|
||||||
'<table cols="4" style="width: 100%;">',
|
|
||||||
'<tr>',
|
|
||||||
'<td colspan="3" style="padding-right: 5px;">',
|
|
||||||
'<label class="input-label" style="display: block;">' + this.txtFontName + '</label>',
|
|
||||||
'<div id="id-dlg-numbering-font-name" style="display: inline-block;width: 200px;height:22px;margin-bottom: 10px;vertical-align: middle;"></div>',
|
|
||||||
'<div id="id-dlg-numbering-bold" style="display: inline-block;margin-left: 4px;margin-bottom: 10px;vertical-align: middle;"></div>',
|
|
||||||
'<div id="id-dlg-numbering-italic" style="display: inline-block;margin-left: 4px;margin-bottom: 10px;vertical-align: middle;"></div>',
|
|
||||||
'<div id="id-dlg-bullet-color" style="display: inline-block;margin-left: 4px;margin-bottom: 10px;vertical-align: middle;"></div>',
|
|
||||||
'</td>',
|
'</td>',
|
||||||
'<td style="padding-left: 5px;">',
|
'<td style="padding-left: 5px;">',
|
||||||
'<label class="input-label">' + this.txtSize + '</label>',
|
'<label class="input-label">' + this.txtSize + '</label>',
|
||||||
'<div id="id-dlg-bullet-size" class="input-group-nr" style="width: 115px;margin-bottom: 10px;"></div>',
|
'<div id="id-dlg-bullet-size" class="input-group-nr" style="width: 115px;margin-bottom: 10px;"></div>',
|
||||||
'</td>',
|
'</td>',
|
||||||
|
'</td>',
|
||||||
|
'<td style="padding-left: 5px;">',
|
||||||
|
'<label class="input-label"></label>',
|
||||||
|
'<div id="id-dlg-numbering-bold" style="margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'<td style="padding-left: 5px;">',
|
||||||
|
'<label class="input-label"></label>',
|
||||||
|
'<div id="id-dlg-numbering-italic" style="margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'<td style="padding-left: 5px;">',
|
||||||
|
'<label class="input-label"></label>',
|
||||||
|
'<div id="id-dlg-bullet-color" style="margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'</table>',
|
||||||
|
'<table style="width: 100%;">',
|
||||||
|
'<tr>',
|
||||||
|
'<td style="padding-right: 5px;width: 100%;">',
|
||||||
|
'<label class="input-label">' + this.txtNumFormatString + '</label>',
|
||||||
|
'<div id="id-dlg-numbering-format-str" style="width: 100%;height:22px;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'<td style="padding-left: 5px;">',
|
||||||
|
'<label class="input-label"></label>',
|
||||||
|
'<div id="id-dlg-btn-more" style="width: 100%;height:22px;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
'</tr>',
|
'</tr>',
|
||||||
'</table>',
|
'</table>',
|
||||||
'<% } else if (type == 0) {%>', // bullets
|
'<% } else if (type == 0) {%>', // bullets
|
||||||
|
@ -206,17 +176,96 @@ define([
|
||||||
'<% } %>',
|
'<% } %>',
|
||||||
'<table cols="2" style="width: 100%;">',
|
'<table cols="2" style="width: 100%;">',
|
||||||
'<tr>',
|
'<tr>',
|
||||||
'<td class="<% if (type != 2) { %> hidden <% } %>" style="width: 50px; padding-right: 10px;">',
|
'<td colspan="2">',
|
||||||
'<label>' + this.textLevel + '</label>',
|
'<label>' + (this.type === 2 ? this.textSelectLevel : this.textPreview) + '</label>',
|
||||||
'<div id="levels-list" class="no-borders" style="width:100%; height:208px;margin-top: 2px; "></div>',
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td class="<% if (type != 2) { %> hidden <% } %>" style="width: 50px;vertical-align: top;padding-right: 10px;">',
|
||||||
|
'<div id="levels-list" class="no-borders" style="width:100%; height:235px;"></div>',
|
||||||
'</td>',
|
'</td>',
|
||||||
'<td>',
|
'<td>',
|
||||||
'<label>' + this.textPreview + '</label>',
|
'<div id="bulleted-list-preview" style="height:' + (this.type === 2 ? 235 : 208) + 'px;"></div>',
|
||||||
'<div id="bulleted-list-preview"></div>',
|
|
||||||
'</td>',
|
'</td>',
|
||||||
'</tr>',
|
'</tr>',
|
||||||
'</table>',
|
'</table>',
|
||||||
'</div>'
|
'</div>',
|
||||||
|
'<div class="footer center">',
|
||||||
|
'<button class="btn normal dlg-btn primary" result="ok" style="width: 86px;">' + this.okButtonText + '</button>',
|
||||||
|
'<button class="btn normal dlg-btn" result="cancel" style="width: 86px;">' + this.cancelButtonText + '</button>',
|
||||||
|
'</div>',
|
||||||
|
'</td>',
|
||||||
|
'<% if (type == 2) { %>',
|
||||||
|
'<td style="width: ' + this.rightPanelWidth + 'px;vertical-align: top;">',
|
||||||
|
'<div id="id-dlg-panel-more-settings" style="padding-left: 20px;width: ' + this.rightPanelWidth + 'px;">',
|
||||||
|
'<table cols="2" style="width: 100%;">',
|
||||||
|
'<tr>',
|
||||||
|
'<td colspan="2">',
|
||||||
|
'<label class="input-label" style="display: block;">' + this.txtFontName + '</label>',
|
||||||
|
'<div id="id-dlg-numbering-font-name" style="display: inline-block;width: 100%;height:22px;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td colspan="2">',
|
||||||
|
'<label class="input-label">' + this.txtInclcudeLevel + '</label>',
|
||||||
|
'<div id="id-dlg-numbering-format-lvl" class="input-group-nr" style="width: 100%;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td colspan="2">',
|
||||||
|
'<label class="input-label">' + this.txtStart + '</label>',
|
||||||
|
'<div id="id-dlg-numbering-spin-start" style="width: 100%;margin-bottom: 5px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td colspan="2">',
|
||||||
|
'<div id="id-dlg-numbering-restart" style="width: 100%;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td>',
|
||||||
|
'<label class="input-label">' + this.txtAlign + '</label>',
|
||||||
|
'</td>',
|
||||||
|
'<td style="padding-left: 5px;vertical-align:bottom;">',
|
||||||
|
'<label class="input-label">' + this.txtAlignAt + '</label>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td>',
|
||||||
|
'<div id="id-dlg-bullet-align" class="input-group-nr" style="width: 100%;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'<td style="padding-left: 5px;">',
|
||||||
|
'<div id="id-dlg-numbering-align-at" style="width: 100%;min-width40px;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td colspan="2">',
|
||||||
|
'<label class="input-label">' + this.txtIndent + '</label>',
|
||||||
|
'<div id="id-dlg-numbering-indent" style="width: 100%;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td colspan="2">',
|
||||||
|
'<label class="input-label">' + this.txtFollow + '</label>',
|
||||||
|
'<div id="id-dlg-numbering-follow" class="input-group-nr" style="width: 100%;margin-bottom: 10px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td colspan="2">',
|
||||||
|
'<div id="id-dlg-chk-tabstop" class="input-group-nr" style="width: 100%;margin-bottom: 3px;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'<tr>',
|
||||||
|
'<td colspan="2" style="padding-left: 22px;">',
|
||||||
|
'<div id="id-dlg-num-tabstop" style="width: 100%;"></div>',
|
||||||
|
'</td>',
|
||||||
|
'</tr>',
|
||||||
|
'</table>',
|
||||||
|
'</div>',
|
||||||
|
'</td>',
|
||||||
|
'<% } %>',
|
||||||
|
'</tr>',
|
||||||
|
'</table>'
|
||||||
].join('');
|
].join('');
|
||||||
|
|
||||||
this.props = options.props;
|
this.props = options.props;
|
||||||
|
@ -322,7 +371,7 @@ define([
|
||||||
this.cmbFormat = new Common.UI.ComboBoxCustom({
|
this.cmbFormat = new Common.UI.ComboBoxCustom({
|
||||||
el : $window.find('#id-dlg-numbering-format'),
|
el : $window.find('#id-dlg-numbering-format'),
|
||||||
menuStyle : 'min-width: 100%;max-height: 220px;',
|
menuStyle : 'min-width: 100%;max-height: 220px;',
|
||||||
style : this.type===2 ? "width: 107px;" : "width: 129px;",
|
style : this.type===2 ? "width: 100%;" : "width: 129px;",
|
||||||
editable : false,
|
editable : false,
|
||||||
template : _.template(template.join('')),
|
template : _.template(template.join('')),
|
||||||
itemsTemplate: _.template(itemsTemplate.join('')),
|
itemsTemplate: _.template(itemsTemplate.join('')),
|
||||||
|
@ -475,7 +524,7 @@ define([
|
||||||
this.cmbLevel = new Common.UI.ComboBox({
|
this.cmbLevel = new Common.UI.ComboBox({
|
||||||
el : $window.find('#id-dlg-numbering-format-lvl'),
|
el : $window.find('#id-dlg-numbering-format-lvl'),
|
||||||
menuStyle : 'min-width: 100%;',
|
menuStyle : 'min-width: 100%;',
|
||||||
style : "width: 130px;",
|
style : "width: 100%;",
|
||||||
editable : false,
|
editable : false,
|
||||||
cls : 'input-group-nr',
|
cls : 'input-group-nr',
|
||||||
data : [],
|
data : [],
|
||||||
|
@ -486,7 +535,7 @@ define([
|
||||||
this.spnStart = new Common.UI.MetricSpinner({
|
this.spnStart = new Common.UI.MetricSpinner({
|
||||||
el: $window.find('#id-dlg-numbering-spin-start'),
|
el: $window.find('#id-dlg-numbering-spin-start'),
|
||||||
step: 1,
|
step: 1,
|
||||||
width: 85,
|
width: '100%',
|
||||||
defaultUnit : "",
|
defaultUnit : "",
|
||||||
value: 1,
|
value: 1,
|
||||||
maxValue: 16383,
|
maxValue: 16383,
|
||||||
|
@ -536,7 +585,7 @@ define([
|
||||||
this.spnAlign = new Common.UI.MetricSpinner({
|
this.spnAlign = new Common.UI.MetricSpinner({
|
||||||
el: $window.findById('#id-dlg-numbering-align-at'),
|
el: $window.findById('#id-dlg-numbering-align-at'),
|
||||||
step: .1,
|
step: .1,
|
||||||
width: 85,
|
width: '100%',
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
defaultValue : 0,
|
defaultValue : 0,
|
||||||
value: '0 cm',
|
value: '0 cm',
|
||||||
|
@ -558,7 +607,7 @@ define([
|
||||||
this.spnIndents = new Common.UI.MetricSpinner({
|
this.spnIndents = new Common.UI.MetricSpinner({
|
||||||
el: $window.findById('#id-dlg-numbering-indent'),
|
el: $window.findById('#id-dlg-numbering-indent'),
|
||||||
step: .1,
|
step: .1,
|
||||||
width: 85,
|
width: '100%',
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
defaultValue : 0,
|
defaultValue : 0,
|
||||||
value: '0 cm',
|
value: '0 cm',
|
||||||
|
@ -624,7 +673,7 @@ define([
|
||||||
this.spnTabStop = new Common.UI.MetricSpinner({
|
this.spnTabStop = new Common.UI.MetricSpinner({
|
||||||
el: $window.findById('#id-dlg-num-tabstop'),
|
el: $window.findById('#id-dlg-num-tabstop'),
|
||||||
step: .1,
|
step: .1,
|
||||||
width: 85,
|
width: '100%',
|
||||||
defaultUnit : "cm",
|
defaultUnit : "cm",
|
||||||
defaultValue : 0,
|
defaultValue : 0,
|
||||||
value: '0 cm',
|
value: '0 cm',
|
||||||
|
@ -641,6 +690,15 @@ define([
|
||||||
}
|
}
|
||||||
}, this));
|
}, this));
|
||||||
|
|
||||||
|
this.panelMore = $window.findById('#id-dlg-panel-more-settings');
|
||||||
|
this.panelMoreTable = this.panelMore.parent();
|
||||||
|
this.btnMore = new Common.UI.Button({
|
||||||
|
parentEl: $window.findById('#id-dlg-btn-more'),
|
||||||
|
cls: 'btn-toolbar bg-white',
|
||||||
|
iconCls: this.extended ? 'caret-double-left' : 'caret-double-right',
|
||||||
|
hint: this.extended ? this.textHide : this.textMore
|
||||||
|
});
|
||||||
|
this.btnMore.on('click', _.bind(this.onMoreClick, this));
|
||||||
this.on('animate:after', _.bind(this.onAnimateAfter, this));
|
this.on('animate:after', _.bind(this.onAnimateAfter, this));
|
||||||
|
|
||||||
this.afterRender();
|
this.afterRender();
|
||||||
|
@ -1250,6 +1308,26 @@ define([
|
||||||
this.saveRecentNum();
|
this.saveRecentNum();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
onMoreClick: function(btn) {
|
||||||
|
if (!this.extended) {
|
||||||
|
this.extended = true;
|
||||||
|
this.panelMore.css({'display': 'block'});
|
||||||
|
this.panelMoreTable.width(this.panelMore.width());
|
||||||
|
this.setWidth(this.getWidth() + this.rightPanelWidth);
|
||||||
|
btn.updateHint(this.textHide);
|
||||||
|
btn.setIconCls('icon caret-double-left');
|
||||||
|
Common.localStorage.setItem("de-hide-multilevel-settings", 0);
|
||||||
|
} else {
|
||||||
|
this.extended = false;
|
||||||
|
this.panelMore.css({'display': 'none'});
|
||||||
|
this.panelMoreTable.css({'width': 'auto'});
|
||||||
|
this.setWidth(this.getWidth() - this.rightPanelWidth);
|
||||||
|
btn.updateHint(this.textMore);
|
||||||
|
btn.setIconCls('icon caret-double-right');
|
||||||
|
Common.localStorage.setItem("de-hide-multilevel-settings", 1);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
txtTitle: 'List Settings',
|
txtTitle: 'List Settings',
|
||||||
txtSize: 'Size',
|
txtSize: 'Size',
|
||||||
txtColor: 'Color',
|
txtColor: 'Color',
|
||||||
|
@ -1274,12 +1352,15 @@ define([
|
||||||
textItalic: 'Italic',
|
textItalic: 'Italic',
|
||||||
textTab: 'Tab character',
|
textTab: 'Tab character',
|
||||||
textSpace: 'Space',
|
textSpace: 'Space',
|
||||||
txtAlignAt: 'Align at',
|
txtAlignAt: 'at',
|
||||||
txtIndent: 'Text Indent',
|
txtIndent: 'Text Indent',
|
||||||
txtFollow: 'Follow number with',
|
txtFollow: 'Follow number with',
|
||||||
txtRestart: 'Restart list',
|
txtRestart: 'Restart list',
|
||||||
txtMoreTypes: 'More types',
|
txtMoreTypes: 'More types',
|
||||||
txtTabStop: 'Add tab stop at'
|
txtTabStop: 'Add tab stop at',
|
||||||
|
textMore: 'Show more settings',
|
||||||
|
textHide: 'Hide settings',
|
||||||
|
textSelectLevel: 'Select level'
|
||||||
|
|
||||||
}, DE.Views.ListSettingsDialog || {}))
|
}, DE.Views.ListSettingsDialog || {}))
|
||||||
});
|
});
|
|
@ -40,8 +40,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#bulleted-list-preview {
|
#bulleted-list-preview {
|
||||||
margin-top: 2px;
|
|
||||||
height:208px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
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;
|
||||||
|
|
Loading…
Reference in a new issue