TASKPM/navalplanner-webapp/src/main/webapp/planner/css/print.css

84 lines
1.7 KiB
CSS

/****
Base stylesheet used for printing, to which
height, with and label parameters had to be added
as CutyCapt does not allow to use @import directive
*******/
/* ------ Hide non printable elements ------ */
body div.scheduling-graphics {
height: 0px !important;
display: none !important;
}
body .perspectives-column {
display: none !important;
}
body .mainmenu, body .user-area, body .help-link {
display: none !important;
}
body .footer {
display: none !important;
}
/* ------ Remove scrolls ------ */
.leftpanelcontainer {
overflow: hidden !important;
}
.rightpanellayout .z-center-body {
overflow: hidden !important;
}
#ganttpanel_scroller_x, #ganttpanel_scroller_y {
overflow: hidden !important;
}
.main-area, .orderslayout-area, .orderelements-tab, #timetrackedtable,
.plannerlayout .taskspanelgap #timetracker, .leftpanelcontainer {
overflow: hidden !important;
}
/* ------ Reposition main-area ------ */
body .main-area {
margin-left: 0;
margin-top: -32px;
}
/* ------ Hide possible Javascript execution exceptions ------ */
#zk_err_1 {
display: none;
}
/* Hack for hiding breadcrumbs part in printed diagrams */
a.ruta,
.ruta tr td,
.ruta tr td+td,
.ruta tr td+td+td {
display:none;
}
.ruta tr td+td+td+td+td+td {
font-size: 20px;
display: inline !important;
}
/* ------ Dynamically set heights ------ */
body div#scroll_container {
height: 1110px !important;
}
body div#timetracker {
height: 1130px !important;
}
body div.plannerlayout {
height: 1190px !important;
}
body div.main-layout {
height: 1200px !important;
}
/* ------ Calculated body width added via CutyPrint CSS generator ------ */