[IMP] point_of_sale: allow up to 8 simultaneous payment methods to be displayed at once

bzr revid: fva@openerp.com-20131118172301-c71ic2xazlkjhr4d
This commit is contained in:
Frédéric van der Essen 2013-11-18 18:23:01 +01:00
parent 5f40fc7c08
commit 1fba5804fc
1 changed files with 2 additions and 2 deletions

View File

@ -306,12 +306,12 @@
text-align: center;
vertical-align: top;
width: 205px;
max-height: 232px;
max-height: 350px;
overflow-y: auto;
overflow-x: hidden;
}
.point-of-sale #paypad button {
height: 50px;
height: 39px;
display: block;
width: 100%;
margin: 0px -6px 4px -2px;