Skip to content
Snippets Groups Projects
Verified Commit 73af7d4b authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add option to set positions for page breaks in base_print.html

parent 58af2cd2
No related branches found
No related tags found
1 merge request!313Fix and extend base_print.html
......@@ -71,6 +71,18 @@ header .row, header .col {
width: auto;
}
.page-break {
display: block;
text-align: center;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
width: 200px;
border-top: 1px dashed;
color: darkgrey;
page-break-after: always;
}
@media print {
.header-space {
height: 35mm;
......@@ -93,4 +105,8 @@ header .row, header .col {
position: fixed;
bottom: 0;
}
.page-break {
border: white;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment