summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-10-03 04:23:33 +0300
committerLauri Ojansivu <x@xet7.org>2019-10-03 04:23:33 +0300
commit5bc355f9a5e78df4c19764fdc4a343a46af4fdf8 (patch)
tree619057d5fecfa4c041f5bbd99fd069b103e72123 /client/components/cards/checklists.styl
parent21fa26a1be7cee947ea02de2ffd89bfd4e4b2f36 (diff)
downloadwekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.tar.gz
wekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.tar.bz2
wekan-5bc355f9a5e78df4c19764fdc4a343a46af4fdf8.zip
Drag handles. In progress.
Diffstat (limited to 'client/components/cards/checklists.styl')
-rw-r--r--client/components/cards/checklists.styl12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index a383a128..dd3afe04 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -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