[imp] added css print

bzr revid: nicolas.vanhoren@openerp.com-20111213163631-0c3zo6ape917woao
This commit is contained in:
niv-openerp 2011-12-13 17:36:31 +01:00
parent c4b7697fde
commit 26839f8fca
1 changed files with 22 additions and 0 deletions

View File

@ -487,3 +487,25 @@
background-color: #D92A2A;
}
@media print {
#oe_header, #oe_menu, .point-of-sale #topheader, .point-of-sale #leftpane {
display: none;
}
.point-of-sale #content {
top: 0px;
}
.point-of-sale #rigthpane {
left: 0px;
background-color: white;
}
#receipt-screen header, #pos-finish-order {
display: none;
}
#receipt-screen {
text-align: left;
}
.pos-sale-ticket {
margin: 0;
}
}