Merge remote-tracking branch 'origin/ticket-14904-achatexpressmobile'

into develop

Conflicts:
	themes/site_mobile/css/style.css
This commit is contained in:
Michael RICOIS 2018-01-19 11:30:33 +01:00
commit 25a4512f0f
4 changed files with 4 additions and 4 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

@ -3819,9 +3819,9 @@ h2.title{
margin-bottom: 10px;
font-size: 18px;
font-weight: normal;
padding: 10px;
/* padding: 10px;*/
text-align: center;
clear:both;
/* position: relative;*/
/* -webkit-box-shadow: 0 5px 3px -3px #ccc;
-moz-box-shadow: 0 5px 3px -3px #ccc;
box-shadow: 0 5px 3px -3px #ccc;*/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB