mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 15:12:34 +01:00
Revert drag handle changes.
This commit is contained in:
parent
5bc355f9a5
commit
f3b858ca21
17 changed files with 17 additions and 265 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue