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.
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -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