2162-print_pdf_puppeteer #335

Merged
joan merged 6 commits from 2162-print_pdf_puppeteer into dev 2020-07-09 07:26:51 +00:00
1 changed files with 11 additions and 30 deletions
Showing only changes of commit b9cc71aeba - Show all commits

View File

@ -157,32 +157,6 @@ table {
border-spacing: 0;
}
thead {
display: table-header-group
}
/**
* Prevent page break fix
*/
tbody {
page-break-inside: avoid;
break-inside: avoid;
display: block
}
tbody tr {
table-layout: fixed;
display: table
}
thead, tbody, tbody tr {
width: 100%;
}
tfoot {
display: block
}
.row-oriented, .column-oriented {
text-align: left;
width: 100%
@ -198,6 +172,7 @@ tfoot {
}
.column-oriented thead {
display: table-header-group;
background-color: #e5e5e5
}
@ -207,18 +182,24 @@ tfoot {
background-color: #e5e5e5
}
.column-oriented tfoot {
display: table-row-group;
page-break-inside: avoid;
break-inside: avoid;
}
.column-oriented tbody {
border-bottom: 1px solid #DDD;
}
.column-oriented tfoot {
border-top: 2px solid #808080;
}
.column-oriented tfoot tr:first-child td {
padding-top: 20px !important;
}
.column-oriented tfoot tr:first-child {
border-top: 2px solid #808080;
}
.column-oriented .description {
font-size: 0.8em
}