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.
|
||||
*/
|
||||
|
|
BIN
themes/zuitedesk/images/html.png
Normal file
BIN
themes/zuitedesk/images/html.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
themes/zuitedesk/images/pdf.png
Normal file
BIN
themes/zuitedesk/images/pdf.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -1,6 +1,6 @@
|
|||
name = SuiteDesk Theme
|
||||
description = SuiteDesk Theme Zen.
|
||||
version = 0.2.53
|
||||
version = 0.2.54
|
||||
|
||||
screenshot = screenshot.png
|
||||
|
||||
|
@ -49,7 +49,6 @@ stylesheets[all][] = modules/system/defaults.css
|
|||
stylesheets[all][] = modules/system/system.css
|
||||
stylesheets[all][] = modules/system/system-menus.css
|
||||
stylesheets[all][] = modules/user/user.css
|
||||
stylesheets[all][] = modules/storm/storm-node.css
|
||||
stylesheets[all][] = modules/print/css/printlinks.css
|
||||
|
||||
|
||||
|
|
Reference in a new issue