Change styles for ratio and zoom buttons
This commit is contained in:
parent
ded99f23fb
commit
08f3f53272
|
@ -185,7 +185,7 @@ define([ 'text!documenteditor/main/app/template/ImageSettingsAdvanced.templat
|
|||
|
||||
this.btnRatio = new Common.UI.Button({
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'advanced-btn-ratio',
|
||||
iconCls: 'toolbar__icon advanced-btn-ratio',
|
||||
style: 'margin-bottom: 1px;',
|
||||
enableToggle: true,
|
||||
hint: this.textKeepRatio
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
.button-normal-icon(btn-adv-position-outer, 19, 31px);
|
||||
.button-otherstates-icon(btn-borders-large, 31px);
|
||||
|
||||
.toolbar-btn-icon(advanced-btn-ratio, 52, 20px);
|
||||
|
||||
.icon-advanced-wrap {
|
||||
.background-ximage-v2('right-panels/right_panel_wrap_btns.png', 180px, @commonimage: false);
|
||||
}
|
||||
|
|
|
@ -257,7 +257,7 @@ define([
|
|||
|
||||
this.btnRatio = new Common.UI.Button({
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'advanced-btn-ratio',
|
||||
iconCls: 'toolbar__icon advanced-btn-ratio',
|
||||
style: 'margin-bottom: 1px;',
|
||||
enableToggle: true,
|
||||
hint: this.textKeepRatio
|
||||
|
|
|
@ -141,7 +141,7 @@ define([ 'text!presentationeditor/main/app/template/ImageSettingsAdvanced.tem
|
|||
|
||||
this.btnRatio = new Common.UI.Button({
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'advanced-btn-ratio',
|
||||
iconCls: 'toolbar__icon advanced-btn-ratio',
|
||||
style: 'margin-bottom: 1px;',
|
||||
enableToggle: true,
|
||||
hint: this.textKeepRatio
|
||||
|
|
|
@ -144,7 +144,7 @@ define([ 'text!presentationeditor/main/app/template/ShapeSettingsAdvanced.tem
|
|||
|
||||
this.btnRatio = new Common.UI.Button({
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'advanced-btn-ratio',
|
||||
iconCls: 'toolbar__icon advanced-btn-ratio',
|
||||
style: 'margin-bottom: 1px;',
|
||||
enableToggle: true,
|
||||
hint: this.textKeepRatio
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
.toolbar-btn-icon(advanced-btn-ratio, 67, 20px);
|
||||
|
||||
.combo-arrow-style {
|
||||
.form-control {
|
||||
cursor: pointer;
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
<span class="btn-slot text x-huge" id="slot-btn-pagesize"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-printarea"></span>
|
||||
<span class="btn-slot text x-huge slot-editheader"></span>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-scale"></span>
|
||||
<span class="btn-slot text" id="slot-btn-scale"></span>
|
||||
</div>
|
||||
<div class="separator long"></div>
|
||||
<div class="group">
|
||||
|
|
|
@ -706,7 +706,7 @@ define([
|
|||
|
||||
this.btnRatio = new Common.UI.Button({
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'advanced-btn-ratio',
|
||||
iconCls: 'toolbar__icon advanced-btn-ratio',
|
||||
style: 'margin-bottom: 1px;',
|
||||
enableToggle: true,
|
||||
hint: this.textKeepRatio
|
||||
|
|
|
@ -142,7 +142,7 @@ define([
|
|||
|
||||
this.btnRatio = new Common.UI.Button({
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'advanced-btn-ratio',
|
||||
iconCls: 'toolbar__icon advanced-btn-ratio',
|
||||
style: 'margin-bottom: 1px;',
|
||||
enableToggle: true,
|
||||
hint: this.textKeepRatio
|
||||
|
|
|
@ -145,7 +145,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ShapeSettingsAdvanced.temp
|
|||
|
||||
this.btnRatio = new Common.UI.Button({
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'advanced-btn-ratio',
|
||||
iconCls: 'toolbar__icon advanced-btn-ratio',
|
||||
style: 'margin-bottom: 1px;',
|
||||
enableToggle: true,
|
||||
hint: this.textKeepRatio
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
.toolbar-btn-icon(advanced-btn-ratio, 74, 20px);
|
||||
|
||||
.combo-arrow-style {
|
||||
.form-control {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue