mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
client: lists headers: use padding instead of margin
No visual changes but allows to set a background color to the list header.
This commit is contained in:
parent
6c3dbc3c6f
commit
78c779faaf
1 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
.list-header
|
||||
flex: 0 0 auto
|
||||
margin: 20px 12px 4px
|
||||
padding: 20px 12px 4px
|
||||
position: relative
|
||||
min-height: 20px
|
||||
|
||||
|
@ -73,10 +73,10 @@
|
|||
|
||||
.list-header-menu
|
||||
position: absolute
|
||||
padding: 7px
|
||||
padding: 27px 19px
|
||||
margin-top: 1px
|
||||
top: -@padding
|
||||
right: -@padding
|
||||
top: -7px
|
||||
right: -7px
|
||||
|
||||
.list-header-plus-icon
|
||||
color: #a6a6a6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue