mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01: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
|
.list-header
|
||||||
flex: 0 0 auto
|
flex: 0 0 auto
|
||||||
margin: 20px 12px 4px
|
padding: 20px 12px 4px
|
||||||
position: relative
|
position: relative
|
||||||
min-height: 20px
|
min-height: 20px
|
||||||
|
|
||||||
|
|
@ -73,10 +73,10 @@
|
||||||
|
|
||||||
.list-header-menu
|
.list-header-menu
|
||||||
position: absolute
|
position: absolute
|
||||||
padding: 7px
|
padding: 27px 19px
|
||||||
margin-top: 1px
|
margin-top: 1px
|
||||||
top: -@padding
|
top: -7px
|
||||||
right: -@padding
|
right: -7px
|
||||||
|
|
||||||
.list-header-plus-icon
|
.list-header-plus-icon
|
||||||
color: #a6a6a6
|
color: #a6a6a6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue