From 89d58a2aff7b1b2266c777d48407c3b112312fee Mon Sep 17 00:00:00 2001 From: santiky Date: Sun, 22 Aug 2021 22:56:31 +0200 Subject: [PATCH] =?UTF-8?q?cambia=20posici=C3=B3n=20del=20formato=20porque?= =?UTF-8?q?=20coincide=20con=20la=20posici=C3=B3n=20del=20pos=5Fproduct=5F?= =?UTF-8?q?available?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- product_library/static/src/css/pos.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product_library/static/src/css/pos.css b/product_library/static/src/css/pos.css index cfcad4d..3c3a110 100644 --- a/product_library/static/src/css/pos.css +++ b/product_library/static/src/css/pos.css @@ -1,7 +1,7 @@ .pos .product .format { position: absolute; - top: 2px; - left: 2px; + top: 20px; + right: 2px; vertical-align: top; color: white; line-height: 13px;