Optional logo in printed pages

This commit is contained in:
Manuel Cillero 2017-10-01 14:43:18 +02:00
parent a6559e5149
commit 2ff42976cb
2 changed files with 2 additions and 33 deletions

View file

@ -9,9 +9,6 @@
/*
* Global styles.
*/
img.print-logo {
max-height: 120px;
}
body.print-body .form-control {
border: 0;
box-shadow: none;
@ -36,7 +33,8 @@ body.print-body button.form-submit {
*/
html.js body.print-body fieldset {
border: 0;
padding: .5em 1em;
padding: 0;
margin: 0 0 .5em;
}
html.js body.print-body fieldset.collapsed * {
display: initial;