diff options
author | Peter L <github@jugendbewegung.eu> | 2018-05-02 15:16:27 +0200 |
---|---|---|
committer | Peter L <github@jugendbewegung.eu> | 2018-05-02 15:20:54 +0200 |
commit | d2354827da2153e903e6a93c31753092847ac186 (patch) | |
tree | 3a5abc3fc7836a67dc396cc0360d24db13b97075 /client | |
parent | 814164e53e87c5adbd1cc3a2e8f6bad57b77d037 (diff) | |
download | wekan-d2354827da2153e903e6a93c31753092847ac186.tar.gz wekan-d2354827da2153e903e6a93c31753092847ac186.tar.bz2 wekan-d2354827da2153e903e6a93c31753092847ac186.zip |
Move checkbox down, so it aligns at the same height like the text
Diffstat (limited to 'client')
-rw-r--r-- | client/components/cards/checklists.styl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index de556caf..823e5337 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: 0px + margin-top: 3px; &.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 |