From 8d4723247e768cb89313a2b9d925efaf6e398e0d Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Tue, 23 Apr 2013 15:35:21 +0200 Subject: [PATCH] [-] FO : Fixed product comparator CSS --- themes/default/css/comparator.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/css/comparator.css b/themes/default/css/comparator.css index 5d537272a..44af9522a 100644 --- a/themes/default/css/comparator.css +++ b/themes/default/css/comparator.css @@ -40,7 +40,7 @@ table#product_comparison { margin-bottom:10px; padding-left:10px; color:#0088cc; - background:url(../../img/arrow_right_1.png) no-repeat 0 4px transparent; + background:url(../img/arrow_right_1.png) no-repeat 0 4px transparent; } .prices_container {height:50px} @@ -68,7 +68,7 @@ table#product_comparison { padding-right:16px; font-weight:bold; text-align:right; - background:url(../../img/icon/delete.gif) no-repeat 100% 1px transparent; + background:url(../img/icon/delete.gif) no-repeat 100% 1px transparent; } .ajax_add_to_cart_button { @@ -82,7 +82,7 @@ table#product_comparison { height: 26px; left: -12px; width: 26px; - background: url(../../img/icon/pict_add_cart.png) no-repeat 0 0 transparent + background: url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent }