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 10:42:48 +02:00
|
|
|
#main_div {
|
2016-02-12 15:39:14 +01:00
|
|
|
margin-left: 50px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaire_new {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#commentaires_flux {
|
|
|
|
margin-top: -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infos_dossier .row:last-child {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#infos_dossier {
|
|
|
|
margin-bottom: -70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#backoffice_dossier_show .nav-tabs {
|
|
|
|
display: none;
|
|
|
|
}
|
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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#beta {
|
|
|
|
top: 26px;
|
|
|
|
bottom: initial;
|
|
|
|
position: absolute;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|