Début restructuration pour compatibilité version 1.3 de paheko
FossilOrigin-Name: 467790c5738a867592117ea6b3a7ac6c61738dab3b8e29a48fed8f19b9df2b38
This commit is contained in:
parent
e75c56b736
commit
bc4739877c
27 changed files with 77 additions and 46 deletions
38
admin/imprimer_recu.css
Normal file
38
admin/imprimer_recu.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue