mirror of
https://github.com/wekan/wekan.git
synced 2026-01-13 04:58:50 +01:00
For export/print print board/card, added some CSS better. Use browser print preview %20 etc setting to fit to page. Next: Card CSS.
Thanks to xet7 ! Related #4197, related #1173
This commit is contained in:
parent
b17b9ea7c5
commit
a561d1b633
5 changed files with 63 additions and 19 deletions
|
|
@ -269,6 +269,11 @@ textarea::-moz-placeholder {
|
|||
margin-top: 0px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
@media print {
|
||||
.add-controls {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
.edit-controls button[type=submit],
|
||||
.add-controls button[type=submit],
|
||||
.edit-controls input[type=button],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue