phpldapadmin/public/css/print.css

19 lines
286 B
CSS
Raw Normal View History

2020-08-20 12:33:13 +00:00
@media print {
2020-08-22 12:26:06 +00:00
body {
color: #333;
font-weight: 400;
font-size: 0.85em;
}
2020-08-20 12:33:13 +00:00
2020-08-22 12:26:06 +00:00
label {
font-weight: bold;
}
2020-08-20 12:33:13 +00:00
2020-08-22 12:26:06 +00:00
tr { page-break-inside:avoid; }
thead { display:table-header-group; }
tfoot { display:table-footer-group; }
2020-08-20 12:33:13 +00:00
2020-08-22 12:26:06 +00:00
.table-responsive {
overflow: visible !important;
}
}