From a50930e0d69972b2171c77e809d0c9929a18a57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20van=20der=20Essen?= Date: Mon, 16 Dec 2013 17:09:11 +0100 Subject: [PATCH] [FIX] point_of_sale: debug widget imput styling bzr revid: fva@openerp.com-20131216160911-i7g286ksotw4esby --- addons/point_of_sale/static/src/css/pos.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/addons/point_of_sale/static/src/css/pos.css b/addons/point_of_sale/static/src/css/pos.css index 0778760ccd1..aa2e7aeab42 100644 --- a/addons/point_of_sale/static/src/css/pos.css +++ b/addons/point_of_sale/static/src/css/pos.css @@ -1277,6 +1277,11 @@ td { .pos .debug-widget input{ margin-left:10px; margin-top:7px; + padding: 4px; + width: 180px; + border: none; + box-sizing: border-box; + border-radius: 3px; } .pos .debug-widget .status{ padding: 5px;