mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Part 2. Fix at bottom of list Add button to be higher, so that text Add is not over button borders.
Thanks to WeKan commercial support customer and xet7.
This commit is contained in:
parent
9213451dca
commit
c27a2b22c6
2 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,7 @@ button {
|
|||
border-radius: 3px;
|
||||
display: block;
|
||||
margin-bottom: 12px;
|
||||
min-height: 50px;
|
||||
min-height: 34px;
|
||||
padding: 7px;
|
||||
}
|
||||
select.full,
|
||||
|
|
|
@ -126,6 +126,9 @@
|
|||
.list-body .minicards form {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
.list-body .minicards .add-controls button {
|
||||
min-height: 50px;
|
||||
}
|
||||
.list-body .open-minicard-composer {
|
||||
border-radius: 2px;
|
||||
color: #8c8c8c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue