[IMP] point_of_sale: allow up to 8 payment methods to be displayed simultaneously
authorFrédéric van der Essen <fva@openerp.com>
Mon, 18 Nov 2013 17:26:20 +0000 (18:26 +0100)
committerFrédéric van der Essen <fva@openerp.com>
Mon, 18 Nov 2013 17:26:20 +0000 (18:26 +0100)
bzr revid: fva@openerp.com-20131118172620-tp3viaggc12wvjtl

addons/point_of_sale/static/src/css/pos.css

index 89ab429..738d3fd 100644 (file)
     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;