Début restructuration pour compatibilité version 1.3 de paheko

FossilOrigin-Name: 467790c5738a867592117ea6b3a7ac6c61738dab3b8e29a48fed8f19b9df2b38
This commit is contained in:
engel 2023-09-28 09:08:46 +00:00
parent e75c56b736
commit bc4739877c
27 changed files with 77 additions and 46 deletions

38
admin/imprimer_recu.css Normal file
View file

@ -0,0 +1,38 @@
/*
* impression
*/
@page
{
size: A4 portrait;
}
header.header {
display: none;
}
body {
background: #fff;
padding: 0;
margin: 0;
}
.noprint {
display: none;
}
nav.tabs
{
display: none;
}
main {
margin: 0;
}
div.previs_recu
{
font-family: Serif;
font-size: 11pt;
background-color: white;
page-break-after: always;
}