mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
parent
74fba0a817
commit
76004e407c
2 changed files with 14 additions and 4 deletions
|
@ -21,9 +21,9 @@ template(name="header")
|
|||
else
|
||||
li.current {{_ 'quick-access-description'}}
|
||||
|
||||
li
|
||||
a.js-create-board
|
||||
i.fa.fa-plus(title="Create a new board")
|
||||
|
||||
a#header-new-board-icon.js-create-board
|
||||
i.fa.fa-plus(title="Create a new board")
|
||||
|
||||
+headerUserBar
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
display: flex
|
||||
|
||||
#header-user-bar,
|
||||
#header-new-board-icon,
|
||||
ul li
|
||||
color: darken(white, 17%)
|
||||
|
||||
|
@ -23,9 +24,9 @@
|
|||
color: white
|
||||
|
||||
ul
|
||||
flex: 1
|
||||
transition: opacity 0.2s
|
||||
margin: 4px 0 0 5px
|
||||
overflow: hidden
|
||||
|
||||
li
|
||||
display: block
|
||||
|
@ -43,6 +44,10 @@
|
|||
a.js-create-board
|
||||
margin-left: 5px
|
||||
|
||||
#header-user-bar,
|
||||
#header-new-board-icon
|
||||
flex-shrink: 0
|
||||
|
||||
#header-user-bar
|
||||
margin: 2px 0
|
||||
|
||||
|
@ -62,6 +67,11 @@
|
|||
i.fa-chevron-down
|
||||
margin-right: 4px
|
||||
|
||||
#header-new-board-icon
|
||||
flex-grow: 1
|
||||
margin: 6px 5px 0
|
||||
width: 12px
|
||||
|
||||
#header-main-bar
|
||||
height: 28px * 1.618034 - 6px
|
||||
padding: 7px 10px 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue