mirror of
https://github.com/wekan/wekan.git
synced 2026-03-07 22:22:33 +01:00
Redesign the card design header and change header menu icon
This commit is contained in:
parent
faa2fad150
commit
bc9d9c2a42
7 changed files with 25 additions and 30 deletions
|
|
@ -81,6 +81,7 @@
|
|||
.list-header-menu-icon
|
||||
position: absolute
|
||||
padding: 7px
|
||||
margin-top: 1px
|
||||
top: -@padding
|
||||
right: -@padding
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ template(name="listHeader")
|
|||
class="{{#if currentUser.isBoardMember}}js-open-inlined-form is-editable{{/if}}")
|
||||
= title
|
||||
if currentUser.isBoardMember
|
||||
a.list-header-menu-icon.fa.fa-bars.js-open-list-menu
|
||||
a.list-header-menu-icon.fa.fa-ellipsis-v.js-open-list-menu
|
||||
|
||||
template(name="editListTitleForm")
|
||||
.list-composer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue