Improve printing options for invoices reducing global styles
This commit is contained in:
parent
42355f66e6
commit
8809632f15
19 changed files with 19 additions and 72 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Reference in a new issue