copanier/copanier/static/page.css
Alexis MÃtaireau b451a82c7b Reorganize the files,
I've split everything in different concepts (groups, login, products and delivery) so that it's easier to find what we're looking for (the __init__.py file was really too big).
2020-03-13 18:58:54 +01:00

28 lines
No EOL
495 B
CSS

@page {
size: "A4";
margin: 0cm;
size: landscape;
}
#download {
display: none;
}
@media print {
nav, .notification, .toolbox, .edit, .hide-on-print, .header, #menu, .toplink, .button{
display: none;
}
ul.delivery-head {
display: block !important;
}
ul.delivery-head li {
margin-bottom: 1.5em !important;
}
table.delivery {
page-break-after: always;
}
.page-break {
page-break-after: always;
}
}