Finishing touch to the "Printer friendly version" of the details page.

SVN:trunk[3743]
This commit is contained in:
Denis Flaven
2015-09-09 14:48:14 +00:00
parent cd3122d597
commit 38b6582080
11 changed files with 37 additions and 16 deletions

View File

@@ -14,7 +14,6 @@ div.itop-tab { border: #ccc 1px solid; margin-top: 1em; padding-bottom:1em; }
#combodo_logo { display:none; }
div.graph_config { display:none; }
h2.printable-tab-title {
border-bottom: 2px solid;
page-break-after: avoid;
}
div#tabbedContent_0 { border:none; }
@@ -22,4 +21,8 @@ p a, .ui-widget-content td a, p a:hover, .ui-widget-content td a:hover {
padding-left: 0;
background: transparent;
}
body { margin:none; }
body { margin:none; }
.printable-tab {
-webkit-region-break-inside: avoid;
page-break-inside: avoid;
}