From f81cc6e774717bddbd940075fa0db057a290f9d2 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Tue, 2 Oct 2012 07:28:54 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-4557 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17666 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockcurrencies/blockcurrencies.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/blockcurrencies/blockcurrencies.css b/modules/blockcurrencies/blockcurrencies.css index 9895c808e..1b40e9dcf 100644 --- a/modules/blockcurrencies/blockcurrencies.css +++ b/modules/blockcurrencies/blockcurrencies.css @@ -53,7 +53,8 @@ right:3px; padding:5px 10px; height:auto; - width:10px; + text-align: center; + width: auto; background:#000000; } #setCurrency .currencies_ul_hover a {color:#fff;}