mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Finishing touch to the "Printer friendly version" of the details page.
SVN:trunk[3743]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user