mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 13:38:07 +01:00
Merge pull request #5641 from NadavTasher/bugfix/fix-weird-add-checklist-buttons-in-card-details
Fix weird add checklist buttons in card details
This commit is contained in:
commit
d69a505928
2 changed files with 3 additions and 5 deletions
|
|
@ -4135,11 +4135,6 @@ THEME - Clean Light
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.board-color-cleanlight .card-details-left .js-open-inlined-form,
|
|
||||||
.board-color-cleandark .card-details-left .js-open-inlined-form {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.board-color-cleanlight .new-comment .fa,
|
.board-color-cleanlight .new-comment .fa,
|
||||||
.board-color-cleandark .new-comment .fa {
|
.board-color-cleandark .new-comment .fa {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -45,6 +45,9 @@ textarea.js-edit-checklist-item {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.checklist-title {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
.checklist-title .checkbox {
|
.checklist-title .checkbox {
|
||||||
float: left;
|
float: left;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue