[fix] small css problem

lp bug: https://launchpad.net/bugs/905021 fixed

bzr revid: nicolas.vanhoren@openerp.com-20111223113239-a1vi53x3zlwpsgrt
This commit is contained in:
niv-openerp 2011-12-23 12:32:39 +01:00
parent 3314eb1062
commit 60436dedf9
1 changed files with 7 additions and 5 deletions

View File

@ -158,6 +158,7 @@
width: 100%;
background-color: #e0e0e0;
background-image: url(../img/headerbackground.jpg);
white-space: nowrap;
}
.point-of-sale #current-order {
width: 100%;
@ -219,9 +220,10 @@
width: 29%;
}
.point-of-sale #paypad {
padding: 8px;
float: left;
padding: 8px 4px 8px 8px;
display: inline-block;
text-align: center;
vertical-align: top;
}
.point-of-sale #paypad button {
height: 54px;
@ -239,8 +241,8 @@
background: -webkit-gradient(linear, left top, left bottom, from(#9d9fc5), to(#7f82ac));
}
.point-of-sale #numpad {
padding: 7px;
float: right;
padding: 8px 8px 8px 4px;
display: inline-block;
text-align: center;
}
.point-of-sale #numpad button {
@ -499,7 +501,7 @@
left: 0px;
background-color: white;
}
#receipt-screen header, #pos-finish-order {
#receipt-screen header, .receipt-buttons {
display: none;
}
#receipt-screen {