Remove the form thx the noprint class
This commit is contained in:
parent
d37c4f3dbf
commit
b4edbc6495
1 changed files with 5 additions and 0 deletions
|
|
@ -1,9 +1,14 @@
|
|||
/* <style type="text/css"> */
|
||||
|
||||
@page { margin: 2cm; } ;
|
||||
|
||||
form {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.noprint {
|
||||
display:none;
|
||||
}
|
||||
div.recherche_form {
|
||||
display:none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue