summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorPeter L <github@jugendbewegung.eu>2018-05-02 15:32:53 +0200
committerPeter L <github@jugendbewegung.eu>2018-05-02 15:32:53 +0200
commitf6656a47917a74affa9c04d7c062a6c96d1f6670 (patch)
tree0a236d3367748a35ff4295ccb35a59dbf3230fad /client
parentd2354827da2153e903e6a93c31753092847ac186 (diff)
downloadwekan-f6656a47917a74affa9c04d7c062a6c96d1f6670.tar.gz
wekan-f6656a47917a74affa9c04d7c062a6c96d1f6670.tar.bz2
wekan-f6656a47917a74affa9c04d7c062a6c96d1f6670.zip
Changed px to em and added margin for add-checklist-item link
Diffstat (limited to 'client')
-rw-r--r--client/components/cards/checklists.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl
index 823e5337..d48c1851 100644
--- a/client/components/cards/checklists.styl
+++ b/client/components/cards/checklists.styl
@@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
background-color: darken(white, 8%)
.check-box
- margin-top: 3px;
+ margin: 0.1em 0 0 0;
&.is-checked
border-bottom: 2px solid #3cb500
border-right: 2px solid #3cb500
@@ -135,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