From 32a83e20c4e05b0a0498eb862d0fd82606d2b4a9 Mon Sep 17 00:00:00 2001 From: Agence CINS Date: Tue, 9 Jul 2013 17:09:19 +0200 Subject: [PATCH] [+] BO: Fix Bug Progress Bar Upload Image Product MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lorsque l'on ajoute des images a des produits, la barre de progression s'affiche en dehors de son cadre. "position:relative" n'est pas présent pour "div.progressBarImage" dans le fichier admin.css . ---- When we add pictures to products, the progress bar is out of his wrapper. "position:relative" is missing for "div.progressBarImage" in admin.css file. --- css/admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/admin.css b/css/admin.css index f5201ec60..d3fdd3bc3 100644 --- a/css/admin.css +++ b/css/admin.css @@ -1872,6 +1872,7 @@ div.progressBarImage height: 15px; margin-left: 3px; width: 233px; + position:relative; } #showCounter {