summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-10-01 00:48:36 +0300
committerLauri Ojansivu <x@xet7.org>2019-10-01 00:48:36 +0300
commit98c38fe58f597cbc0389676ae880704a671e480b (patch)
tree56044051bc05c6d2ee9a942987a5740b3ea12d73 /client/components/cards/checklists.styl
parent44378fe9d10f690a42dc79f0e07aebade7f708f1 (diff)
downloadwekan-98c38fe58f597cbc0389676ae880704a671e480b.tar.gz
wekan-98c38fe58f597cbc0389676ae880704a671e480b.tar.bz2
wekan-98c38fe58f597cbc0389676ae880704a671e480b.zip
Drag handles continue. In progress.
Thanks to xet7 !
Diffstat (limited to 'client/components/cards/checklists.styl')
-rw-r--r--client/components/cards/checklists.styl19
1 files changed, 17 insertions, 2 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index 8ac37a15..a383a128 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -35,6 +35,14 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
&.is-finished
color: #3cb500
+ .checklist-handle
+ position: absolute
+ padding: 7px
+ top: 50%
+ transform: translateY(-50%)
+ left: 100px
+ font-size: 18px
+
.js-delete-checklist
@extends .delete-text
@@ -70,7 +78,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
margin-left: 12%
float: left
.toggle-delete-checklist-dialog
- margin-right: 12%
+ margin-right: 20%
float: right
#card-details-overlay
@@ -125,12 +133,19 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
&.is-checked
color: #8c8c8c
font-style: italic
- & .viewer
+ &.viewer
p
margin-bottom: 2px
display: block
word-wrap: break-word
max-width: 420px
+ .checklist-item-handle
+ position: absolute
+ padding: 7px
+ top: 50%
+ transform: translateY(-50%)
+ left: 200px
+ font-size: 18px
.js-delete-checklist-item
margin: 0 0 0.5em 1.33em