Change styles for ratio and zoom buttons

This commit is contained in:
Julia Radzhabova 2019-12-02 14:48:50 +03:00
parent ded99f23fb
commit 08f3f53272
11 changed files with 8 additions and 14 deletions

View file

@ -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

View file

@ -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);
}

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,3 @@
.toolbar-btn-icon(advanced-btn-ratio, 67, 20px);
.combo-arrow-style {
.form-control {
cursor: pointer;

View file

@ -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">

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,3 @@
.toolbar-btn-icon(advanced-btn-ratio, 74, 20px);
.combo-arrow-style {
.form-control {
cursor: pointer;