Files
opensourcepos/css/receipt.css
jekkos-t520 dbddb34ed4 Receipt total is recalculatd after edit now
Some css improvements for receipt printing
Adaptation of one or more labels
2015-02-25 13:30:17 +01:00

76 lines
711 B
CSS

#receipt_wrapper
{
width:100%;
}
#receipt_header
{
text-align:center;
}
#company_name
{
font-size:150%;
font-weight:bold;
}
#company_name img
{
max-width: 150px;
max-height: 150px;
}
#company_phone
{
margin-bottom:15px;
}
#sale_time
{
margin-bottom:5px;
}
#receipt_items
{
position:relative;
border-collapse:collapse;
margin-top:15px;
margin-bottom:15px;
width:100%;
}
#receipt_items td
{
position:relative;
padding:3px;
margin-bottom:5px;
}
#receipt_items tr {
margin-bottom:5px;
}
.short_name
{
display:none;
}
#sale_return_policy
{
width:80%;
margin:0 auto;
text-align:center;
}
#barcode
{
margin-top:10px;
text-align:center;
}
.total-value
{
text-align: right;
}