summaryrefslogtreecommitdiffstats
path: root/client/components/cards/checklists.styl
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-02 18:19:19 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-02 18:19:19 +0300
commit01804daf24267b84c46e9d1a75bf2f5b758ae7bb (patch)
tree3d7d17939076d760ef02cfb9aa2198f35e458f9e /client/components/cards/checklists.styl
parentbde9cc7cea371d12d063385527a13b329177f54b (diff)
parentd77e54fff6dd351c2295cde019946fa74e489507 (diff)
downloadwekan-01804daf24267b84c46e9d1a75bf2f5b758ae7bb.tar.gz
wekan-01804daf24267b84c46e9d1a75bf2f5b758ae7bb.tar.bz2
wekan-01804daf24267b84c46e9d1a75bf2f5b758ae7bb.zip
Merge branch 'devel'
Diffstat (limited to 'client/components/cards/checklists.styl')
-rw-r--r--client/components/cards/checklists.styl9
1 files changed, 6 insertions, 3 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index e9a6d807..d48c1851 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -94,7 +94,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
.checklist-item
margin: 0 0 0 0.1em
- line-height: 14px
+ line-height: 18px
font-size: 1.1em
margin-top: 3px
display: flex
@@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
background-color: darken(white, 8%)
.check-box
- margin-top: 0px
+ margin: 0.1em 0 0 0;
&.is-checked
border-bottom: 2px solid #3cb500
border-right: 2px solid #3cb500
@@ -125,6 +125,9 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
&.is-checked
color: #8c8c8c
font-style: italic
+ & .viewer
+ p
+ margin-bottom: 2px
.js-delete-checklist-item
margin: 0 0 0.5em 1.33em
@@ -132,5 +135,5 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
padding: 12px 0 0 0
.add-checklist-item
- margin: 0 0 0.5em 1.33em
+ margin: 0.2em 0 0.5em 1.33em
display: inline-block