Change image - better quality

This commit is contained in:
Michael RICOIS 2018-01-18 14:34:22 +01:00
parent dfbb1407eb
commit a367324847
4 changed files with 15 additions and 2 deletions

View File

@ -2769,12 +2769,12 @@ div.addresses ul.address li.address_title {
}
#product_list li div.right_block a.button.expresscart{
padding-left: 50px;
/* background: url('../img/achat_express.jpg') left center no-repeat #504d8b; */
background: url("../img/add_to_cart.jpg") no-repeat left center #504d8b;
background-size: 38px 32px;
}
#product_list li div.right_block a.button.expresscart:hover{
/* background: url('../img/achat_express.jpg') left center no-repeat #f45bb7; */
background: url("../img/add_to_cart.jpg") no-repeat left center #fb66a9;
background-size: 38px 32px;
}
#product_list li div.right_block a.button:hover, .product_list li div.right_block a.button:hover {
background: #e26ea2;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -5350,6 +5350,7 @@ body#order-detail table#order-product tbody tr.item tr.title span.quantity{
height: 30px;
width: 100%;
}
<<<<<<< Upstream, based on origin/master
#product_list li div.expresscart_container {
float: right;
}
@ -5363,5 +5364,17 @@ body#order-detail table#order-product tbody tr.item tr.title span.quantity{
bottom: 12px;
border-radius: 20px;
right: 0;
=======
#product_list li div.right_block a.button.expresscart{
padding-left: 36px;
background: url("../img/add_to_cart.png") no-repeat left center #fb66a9;
background-size: 38px 32px;
height: 32px;
width: 38px;
display: block;
position: absolute;
bottom: 4px;
border-radius: 20px;
>>>>>>> ab90b92 Change image - better quality
z-index: 10000;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB