Optional logo in printed pages
This commit is contained in:
parent
a6559e5149
commit
2ff42976cb
2 changed files with 2 additions and 33 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue