Truco para imprimir el logo en negro desde Google Chrome usando una imagen doble del logotpo en el mismo archivo
This commit is contained in:
parent
494983367c
commit
3a4028bdbc
3 changed files with 10 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.9 KiB |
|
@ -1587,7 +1587,7 @@ div.details { padding: 20px !important; }
|
|||
@media print {
|
||||
@page {
|
||||
size: A4;
|
||||
margin: 1cm;
|
||||
margin: 1.6cm 1cm;
|
||||
}
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
@ -1600,8 +1600,10 @@ div.details { padding: 20px !important; }
|
|||
page-break-inside: avoid;
|
||||
}
|
||||
#wrapper3,
|
||||
#header,
|
||||
#main,
|
||||
#header {
|
||||
#wrapper-main {
|
||||
margin: 0;
|
||||
background: #fff;
|
||||
}
|
||||
#header {
|
||||
|
@ -1612,8 +1614,10 @@ div.details { padding: 20px !important; }
|
|||
padding-left: 0;
|
||||
}
|
||||
#wrapper-header {
|
||||
background: url(../images/logo_print.png) no-repeat 0 0;
|
||||
margin: 0;
|
||||
background: #fff url(../images/logo.png) no-repeat 0 -100px;
|
||||
}
|
||||
|
||||
#quick-search {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue