Change image - better quality
This commit is contained in:
parent
dfbb1407eb
commit
a367324847
@ -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 |
@ -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 |
Loading…
Reference in New Issue
Block a user