2016-02-12 15:39:14 +01:00
|
|
|
@media print {
|
2017-04-12 10:51:35 +02:00
|
|
|
html,
|
|
|
|
body {
|
2016-02-12 15:39:14 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#infos-dossiers .row:last-child {
|
2016-02-12 15:39:14 +01:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-04-12 11:12:05 +02:00
|
|
|
#infos-dossiers {
|
2016-02-12 15:39:14 +01:00
|
|
|
margin-bottom: -70px;
|
|
|
|
}
|
|
|
|
|
2017-02-01 14:24:24 +01:00
|
|
|
#left-panel {
|
|
|
|
margin-top: 0;
|
|
|
|
height: auto;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wrap {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copyright {
|
|
|
|
width: 100%;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-page-break-inside {
|
|
|
|
page-break-inside: avoid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-block-on-print {
|
|
|
|
display: block !important;
|
|
|
|
}
|
2016-11-21 14:12:59 +01:00
|
|
|
}
|