mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Move checkbox down, so it aligns at the same height like the text
This commit is contained in:
parent
814164e53e
commit
d2354827da
1 changed files with 4 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
||||||
background-color: darken(white, 8%)
|
background-color: darken(white, 8%)
|
||||||
|
|
||||||
.check-box
|
.check-box
|
||||||
margin-top: 0px
|
margin-top: 3px;
|
||||||
&.is-checked
|
&.is-checked
|
||||||
border-bottom: 2px solid #3cb500
|
border-bottom: 2px solid #3cb500
|
||||||
border-right: 2px solid #3cb500
|
border-right: 2px solid #3cb500
|
||||||
|
|
@ -125,6 +125,9 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
||||||
&.is-checked
|
&.is-checked
|
||||||
color: #8c8c8c
|
color: #8c8c8c
|
||||||
font-style: italic
|
font-style: italic
|
||||||
|
& .viewer
|
||||||
|
p
|
||||||
|
margin-bottom: 2px
|
||||||
|
|
||||||
.js-delete-checklist-item
|
.js-delete-checklist-item
|
||||||
margin: 0 0 0.5em 1.33em
|
margin: 0 0 0.5em 1.33em
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue