#576 Printable view for object details. Possibility to hide/show chapters (the equivalent of tabs in the UI) or any fieldset. Requires testing and comments.

SVN:trunk[3679]
This commit is contained in:
Romain Quetiez
2015-08-17 14:12:36 +00:00
parent 2f0b122101
commit 712931b728
16 changed files with 464 additions and 233 deletions

View File

@@ -1,4 +1,5 @@
@CHARSET "UTF-8";
.not-printable { display:none; }
span.ui-layout-resizer { display: none; }
#header-logo { display: none; }
#logo { display: none; }
@@ -8,8 +9,17 @@ div.footer { display:none; }
#inner_menu { display: none; }
div.actions_button { display:none; }
div.itop_popup { display:none; }
div.HRDrawer { display:none; }
div.DrawerHandle { display:none; }
a.tab { display:none; }
div.itop-tab { border: #ccc 1px solid; margin-top: 1em; padding-bottom:1em; }
#combodo_logo { display:none; };
#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; }
p a, td a, p a:hover, td a:hover {
padding-left: 0;
background: transparent;
}
body { margin:none; }