From 89ac0bc439126b5e2284f8d3b13e1362a63ccbb2 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 24 Sep 2013 16:34:18 +0200 Subject: [PATCH] [-] FO : Fix #PSCFV-10480 again, css fix --- modules/blockcart/blockcart.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blockcart/blockcart.css b/modules/blockcart/blockcart.css index 9ff9429ea..9c39dc597 100644 --- a/modules/blockcart/blockcart.css +++ b/modules/blockcart/blockcart.css @@ -36,8 +36,8 @@ #cart_block #cart_block_summary {display:none} #cart_block .quantity-formated { display:inline-block; - margin-right:5px; - min-width:15px; + padding-right:2px; + min-width:18px; vertical-align: top; } #cart_block .cart_block_product_name {font-weight:bold}