From 60436dedf9e6eefbdb1dfc2c1a727a7ff0a13a6d Mon Sep 17 00:00:00 2001 From: niv-openerp Date: Fri, 23 Dec 2011 12:32:39 +0100 Subject: [PATCH] [fix] small css problem lp bug: https://launchpad.net/bugs/905021 fixed bzr revid: nicolas.vanhoren@openerp.com-20111223113239-a1vi53x3zlwpsgrt --- addons/point_of_sale/static/src/css/pos.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/addons/point_of_sale/static/src/css/pos.css b/addons/point_of_sale/static/src/css/pos.css index 56f0e446394..3db419eb453 100644 --- a/addons/point_of_sale/static/src/css/pos.css +++ b/addons/point_of_sale/static/src/css/pos.css @@ -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 {