mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 15:12:34 +01:00
Drag handles. In progress.
This commit is contained in:
parent
21fa26a1be
commit
5bc355f9a5
9 changed files with 133 additions and 73 deletions
|
|
@ -37,10 +37,10 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|||
|
||||
.checklist-handle
|
||||
position: absolute
|
||||
padding: 7px
|
||||
top: 50%
|
||||
float: right
|
||||
padding-bottom: 30px
|
||||
transform: translateY(-50%)
|
||||
left: 100px
|
||||
left: 400px
|
||||
font-size: 18px
|
||||
|
||||
.js-delete-checklist
|
||||
|
|
@ -141,10 +141,10 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|||
max-width: 420px
|
||||
.checklist-item-handle
|
||||
position: absolute
|
||||
padding: 7px
|
||||
top: 50%
|
||||
float: right
|
||||
padding-bottom: 30px
|
||||
transform: translateY(-50%)
|
||||
left: 200px
|
||||
left: 400px
|
||||
font-size: 18px
|
||||
|
||||
.js-delete-checklist-item
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue