Skip to content
Snippets Groups Projects
Commit 66c33e34a4b8 authored by Jean-Francois Pieronne's avatar Jean-Francois Pieronne
Browse files

runtime/dclinabox/print-styles.css initial version

parent ccb54489c395
No related branches found
No related tags found
No related merge requests found
/* Set styles used when opening the printer window */
#print {
margin: 0.5ex 0px 0px 0px;
}
#options, #spacer {
font-family: sans;
font-size: smaller;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
background-color: #EEEEEE;
border-style: solid;
border-top: 0px solid black;
border-left: 0px solid black;
border-right: 0px solid black;
border-bottom: 1px solid black;
}
#spacer {
position: static;
visibility: hidden;
}
@media print {
body {
margin: 0px;
}
#print {
margin: 0px;
}
#print .pagebreak {
page-break-before: always;
}
#print .pagebreak hr, #options {
display: none;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment