[DE] big 'Dropcap' button
This commit is contained in:
parent
10df370024
commit
52750c5907
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -281,3 +281,4 @@
|
|||
.button-normal-icon(review-deny, 15, @toolbar-big-icon-size);
|
||||
.button-normal-icon(review-next, 16, @toolbar-big-icon-size);
|
||||
.button-normal-icon(review-prev, 17, @toolbar-big-icon-size);
|
||||
.button-normal-icon(btn-dropcap, 18, @toolbar-big-icon-size);
|
||||
|
|
|
@ -146,10 +146,7 @@
|
|||
</div>
|
||||
<div class="separator long"></div>
|
||||
<div class="group">
|
||||
<div class="elset">
|
||||
<span class="btn-slot text" id="slot-btn-dropcap"></span>
|
||||
</div>
|
||||
<div class="elset"></div>
|
||||
<span class="btn-slot text x-huge" id="slot-btn-dropcap"></span>
|
||||
</div>
|
||||
</section>
|
||||
<section class="panel" data-tab="layout">
|
||||
|
|
|
@ -571,7 +571,7 @@ define([
|
|||
|
||||
this.btnDropCap = new Common.UI.Button({
|
||||
id: 'tlb-btn-dropcap',
|
||||
cls: 'btn-toolbar',
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
iconCls: 'btn-dropcap',
|
||||
caption: me.capBtnInsDropcap,
|
||||
menu: new Common.UI.Menu({
|
||||
|
|
|
@ -266,7 +266,6 @@
|
|||
.button-normal-icon(btn-colorschemas, 44, @toolbar-icon-size);
|
||||
.button-normal-icon(btn-hidebars, 47, @toolbar-icon-size);
|
||||
.button-normal-icon(btn-settings, 48, @toolbar-icon-size);
|
||||
.button-normal-icon(btn-dropcap, 50, @toolbar-icon-size);
|
||||
//.toolbar-btn-icon(btn-bold, 5, @toolbar-icon-size);
|
||||
.button-normal-icon(btn-zoomup, 57, @toolbar-icon-size);
|
||||
.button-normal-icon(btn-zoomdown, 58, @toolbar-icon-size);
|
||||
|
@ -292,8 +291,9 @@
|
|||
//.button-normal-icon(btn-inserthyperlink, 38, @toolbar-icon-size);
|
||||
//.button-normal-icon(btn-insertshape, 43, @toolbar-icon-size);
|
||||
//.button-normal-icon(btn-insertchart, 45, @toolbar-icon-size);
|
||||
//.button-normal-icon(btn-insertequation, 53, @toolbar-icon-size);
|
||||
//.button-normal-icon(btn-text, 46, @toolbar-icon-size);
|
||||
//.button-normal-icon(btn-insertequation, 53, @toolbar-icon-size);
|
||||
//.button-normal-icon(btn-dropcap, 50, @toolbar-icon-size);
|
||||
//.button-normal-icon(btn-ic-doclang, 67, @toolbar-icon-size);
|
||||
//.button-normal-icon(btn-notes, 78, @toolbar-icon-size);
|
||||
//.button-normal-icon(review-prev, 79, @toolbar-icon-size);
|
||||
|
|
Loading…
Reference in a new issue