mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 18:34:07 +01:00
My Cards development
* Add cards due view * Add input for selecting sort (not working) * Add methods to `Utils` to save sort to local browser storage * CSS updates to make lists display horizontally within swimlanes
This commit is contained in:
parent
febc020cd3
commit
1ea99a5dc8
5 changed files with 202 additions and 38 deletions
|
|
@ -22,7 +22,7 @@
|
|||
.my-cards-board-wrapper
|
||||
border-radius: 8px
|
||||
//padding: 0.5rem
|
||||
max-width: 400px
|
||||
min-width: 400px
|
||||
border-width: 8px
|
||||
border-color: grey
|
||||
border-style: solid
|
||||
|
|
@ -71,6 +71,30 @@
|
|||
border-radius: 5px
|
||||
padding: 1.5rem
|
||||
padding-top: 0.75rem
|
||||
display: inline-block
|
||||
min-width: 250px
|
||||
max-width: 350px
|
||||
|
||||
.card-title
|
||||
margin-top: 5px
|
||||
margin-top: 0
|
||||
margin-bottom: 10px
|
||||
|
||||
.my-cards-dueat-list-wrapper
|
||||
max-width: 500px
|
||||
margin-right: auto
|
||||
margin-left: auto
|
||||
|
||||
.my-cards-field-name
|
||||
font-weight: bold
|
||||
|
||||
.my-cards-dueat-list
|
||||
columns: 2
|
||||
|
||||
.my-cards-context
|
||||
display: inline-block
|
||||
|
||||
.my-cards-context-list
|
||||
margin-bottom: 0.7rem
|
||||
|
||||
.my-cards-context-item
|
||||
display: inline-block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue