summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-10-03 06:03:11 +0300
committerLauri Ojansivu <x@xet7.org>2019-10-03 06:03:11 +0300
commitf3b858ca212bdce571b56325eaa205feda60dca2 (patch)
tree9bf0f7057dbc7af33d16ca2aec6e3383917f6dda /client/components/cards/checklists.styl
parent5bc355f9a5e78df4c19764fdc4a343a46af4fdf8 (diff)
downloadwekan-f3b858ca212bdce571b56325eaa205feda60dca2.tar.gz
wekan-f3b858ca212bdce571b56325eaa205feda60dca2.tar.bz2
wekan-f3b858ca212bdce571b56325eaa205feda60dca2.zip
Revert drag handle changes.
Diffstat (limited to 'client/components/cards/checklists.styl')
-rw-r--r--client/components/cards/checklists.styl19
1 files changed, 2 insertions, 17 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index dd3afe04..8ac37a15 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -35,14 +35,6 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
&.is-finished
color: #3cb500
- .checklist-handle
- position: absolute
- float: right
- padding-bottom: 30px
- transform: translateY(-50%)
- left: 400px
- font-size: 18px
-
.js-delete-checklist
@extends .delete-text
@@ -78,7 +70,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
margin-left: 12%
float: left
.toggle-delete-checklist-dialog
- margin-right: 20%
+ margin-right: 12%
float: right
#card-details-overlay
@@ -133,19 +125,12 @@ 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
- float: right
- padding-bottom: 30px
- transform: translateY(-50%)
- left: 400px
- font-size: 18px
.js-delete-checklist-item
margin: 0 0 0.5em 1.33em