From 84dc81adfc3a1dc891633c826684a6ee17d4a40e Mon Sep 17 00:00:00 2001 From: niv-openerp Date: Wed, 5 Oct 2011 17:06:51 +0200 Subject: [PATCH] [imp] some design improvements in payment bzr revid: nicolas.vanhoren@openerp.com-20111005150651-beakw4xaeh2yngv4 --- addons/point_of_sale/static/src/css/pos.css | 14 +++++++ addons/point_of_sale/static/src/xml/pos.xml | 44 +++++++++++---------- 2 files changed, 37 insertions(+), 21 deletions(-) diff --git a/addons/point_of_sale/static/src/css/pos.css b/addons/point_of_sale/static/src/css/pos.css index 427d63a1875..c55bf32a2a6 100644 --- a/addons/point_of_sale/static/src/css/pos.css +++ b/addons/point_of_sale/static/src/css/pos.css @@ -406,3 +406,17 @@ .point-of-sale li.selected-order button { font-weight: 900; } + +.point-of-sale .step-screen { + text-align: center; +} +.point-of-sale .step-screen header h2 { + margin-top: 0px; + padding-top: 7px; +} + +.point-of-sale .pos-payment-container { + display: inline-block; + text-align: left; + font-size: 2em; +} diff --git a/addons/point_of_sale/static/src/xml/pos.xml b/addons/point_of_sale/static/src/xml/pos.xml index 20c9cb6e109..64f665f0512 100644 --- a/addons/point_of_sale/static/src/xml/pos.xml +++ b/addons/point_of_sale/static/src/xml/pos.xml @@ -91,27 +91,29 @@