[FIX] point_of_sale: add scrollbar when there are too much payment methods

bzr revid: fva@openerp.com-20130327141426-ivgfxlsxlpazehar
This commit is contained in:
Frédéric van der Essen 2013-03-27 15:14:26 +01:00
parent 72dbae9ddf
commit 6624bf9675
2 changed files with 6 additions and 2 deletions

View File

@ -291,10 +291,15 @@
display: inline-block;
text-align: center;
vertical-align: top;
width: 205px;
max-height: 232px;
overflow-y: auto;
overflow-x: hidden;
}
.point-of-sale #paypad button {
height: 50px;
width: 208px;
display: block;
width: 100%;
margin: 0px -6px 4px -2px;
font-weight: bold;
vertical-align: middle;

View File

@ -538,7 +538,6 @@
<button class="paypad-button" t-att-cash-register-id="widget.cashRegister.get('id')">
<t t-esc="widget.cashRegister.get('journal').name"/>
</button>
<br />
</t>
<t t-name="OrderButtonWidget">