|
@@ -45,8 +45,10 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|
|
float: left;
|
|
|
width: 60%
|
|
|
margin-top: 0
|
|
|
- margin-left: 16%
|
|
|
+ margin-left: 13%
|
|
|
padding-bottom: 2%
|
|
|
+ padding-left: 3%
|
|
|
+ padding-right: 3%
|
|
|
z-index: 17
|
|
|
border-radius: 3px
|
|
|
|
|
@@ -55,7 +57,6 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|
|
margin-top: 3%
|
|
|
width: 100%
|
|
|
text-align: center
|
|
|
-
|
|
|
span
|
|
|
font-weight: bold
|
|
|
|
|
@@ -66,10 +67,10 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|
|
position: relative
|
|
|
padding: left 2% right 2%
|
|
|
.confirm-checklist-delete
|
|
|
- margin-left: 16%
|
|
|
+ margin-left: 12%
|
|
|
float: left
|
|
|
.toggle-delete-checklist-dialog
|
|
|
- margin-right: 16%
|
|
|
+ margin-right: 12%
|
|
|
float: right
|
|
|
|
|
|
#card-details-overlay
|