mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
sugested fix for issue #881
This commit is contained in:
parent
f98d640e1e
commit
bbe37cfad8
3 changed files with 132 additions and 20 deletions
|
|
@ -38,6 +38,45 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|||
.js-delete-checklist
|
||||
@extends .delete-text
|
||||
|
||||
|
||||
.js-confirm-checklist-delete
|
||||
background-color: darken(white, 3%)
|
||||
position: absolute
|
||||
float: left;
|
||||
width: 60%
|
||||
margin-top: 0
|
||||
margin-left: 16%
|
||||
padding-bottom: 2%
|
||||
z-index: 17
|
||||
border-radius: 3px
|
||||
|
||||
p
|
||||
position: relative
|
||||
margin-top: 3%
|
||||
width: 100%
|
||||
text-align: center
|
||||
|
||||
span
|
||||
font-weight: bold
|
||||
|
||||
i
|
||||
font-size: 2em
|
||||
|
||||
.js-checklist-delete-buttons
|
||||
position: relative
|
||||
padding: left 2% right 2%
|
||||
.confirm-checklist-delete
|
||||
margin-left: 16%
|
||||
float: left
|
||||
.toggle-delete-checklist-dialog
|
||||
margin-right: 16%
|
||||
float: right
|
||||
|
||||
#card-details-overlay
|
||||
top: 0
|
||||
bottom: -600px
|
||||
right: 0
|
||||
|
||||
.checklist-items
|
||||
margin: 0 0 0.5em 1.33em
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue