Add small icons

This commit is contained in:
OVSharova 2021-08-11 11:51:55 +03:00
parent ec0bc1b27a
commit dc3febf157
11 changed files with 6 additions and 6 deletions

View file

@ -171,8 +171,8 @@ define([
this.listEffects.fieldPicker.itemTemplate = _.template([
'<div class = "style" id = "<%= id %>">',
'<div class = "btn_item x-huge " style = "width: ' + (this.listEffects.itemWidth) + 'px;height: ' + (this.listEffects.itemHeight) + 'px;">',
'<div class = " icon toolbar__icon <%= imageUrl %>"></div>',
'<div class = "btn_item x-huge" style = "width: ' + (this.listEffects.itemWidth) + 'px;height: ' + (this.listEffects.itemHeight) + 'px;">',
'<div class = "icon toolbar__icon <%= imageUrl %>"></div>',
'<div class = "caption"><%= title %></div>',
'</div>',
'</div>'
@ -180,10 +180,10 @@ define([
this.listEffects.menuPicker.itemTemplate = this.listEffects.fieldPicker.itemTemplate;
this.btnPreview = new Common.UI.Button({
cls: 'btn-toolbar ', // x-huge icon-top',
cls: 'btn-toolbar', // x-huge icon-top',
caption: this.txtPreview,
split: false,
iconCls: 'toolbar__icon btn-preview',
iconCls: 'toolbar__icon preview-transitions',
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
});
this.lockedControls.push(this.btnPreview);
@ -191,7 +191,7 @@ define([
this.btnParameters = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
caption: this.txtParameters,
iconCls: 'toolbar__icon icon btn-insertshape',
iconCls: 'toolbar__icon icon transition-fade',
menu: new Common.UI.Menu({
items: this.createParametersMenuItems()}),
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
@ -202,7 +202,7 @@ define([
cls: 'btn-toolbar',
caption: this.txtApplyToAll,
split: true,
iconCls: 'toolbar__icon btn-changeslide',
iconCls: 'toolbar__icon transition-apply-all',
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
});
this.lockedControls.push(this.btnApplyToAll);

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B