mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
New toolbar styling and layout controls
Built to work with forthcoming feature set that requires display of more options.
This commit is contained in:
parent
08794f8d5f
commit
de273a38ed
19 changed files with 580 additions and 289 deletions
5
gui/app/templates/components/ui/ui-toolbar-button.hbs
Normal file
5
gui/app/templates/components/ui/ui-toolbar-button.hbs
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{#if hasIcon}}
|
||||
<i class="dicon {{iconClass}}"/>
|
||||
{{/if}}
|
||||
<div class="label" title={{label}}>{{label}}</div>
|
||||
{{yield}}
|
0
gui/app/templates/components/ui/ui-toolbar-divider.hbs
Normal file
0
gui/app/templates/components/ui/ui-toolbar-divider.hbs
Normal file
5
gui/app/templates/components/ui/ui-toolbar-dropdown.hbs
Normal file
5
gui/app/templates/components/ui/ui-toolbar-dropdown.hbs
Normal file
|
@ -0,0 +1,5 @@
|
|||
<div class="label" title={{label}}>{{label}}</div>
|
||||
{{#if this.arrow}}
|
||||
<i class="dicon {{iconClass}}"/>
|
||||
{{/if}}
|
||||
{{yield}}
|
Loading…
Add table
Add a link
Reference in a new issue