Improve printing options for invoices reducing global styles

This commit is contained in:
Manuel Cillero 2017-09-03 18:15:21 +02:00
parent 42355f66e6
commit 8809632f15
19 changed files with 19 additions and 72 deletions

View file

@ -1588,6 +1588,16 @@ table.formgroup_access .description {
margin-top: .75em;
}
/*
* "SuiteDesk Invoice" node.
*/
dt.print_html {
background: transparent url(../images/html.png) no-repeat top left;
}
dt.print_pdf {
background: transparent url(../images/pdf.png) no-repeat top left;
}
/*
* "SuiteDesk Organization" node form.
*/