phpldapadmin/public/css/print.css

20 lines
421 B
CSS

@media print {
body {
color: #333;
font-weight: 400;
font-size: 12px;
}
label {
font-weight: bold;
}
tr { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
.table-responsive {
overflow: visible !important;
}
}