[-] FO : Fixed product comparator CSS

This commit is contained in:
Damien Metzger
2013-04-23 15:35:21 +02:00
parent 4162591e3e
commit 8d4723247e

View File

@@ -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
}