Fix merge

This commit is contained in:
Michael RICOIS 2017-12-04 17:27:59 +01:00
parent cddcea6c52
commit f77c8a11c8

View File

@ -1670,8 +1670,8 @@ body#category .sale_title, body#product .sale_title {
padding: 10px 0px;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
padding: 10px 0px;
text-align: left;
clear:both;
}
body#category .sale_title .gradient,
body#product .sale_title .gradient {
@ -3823,7 +3823,6 @@ h2.title{
font-weight: normal;
/* 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;
@ -5355,3 +5354,13 @@ body#order-detail table#order-product tbody tr.item tr.title span.quantity{
height: 30px;
width: 100%;
}
#product_list li div.right_block a.button.expresscart{
padding-left: 36px;
background: url("../img/add_to_cart.png") no-repeat left center #fb66a9;
height: 32px;
width: 38px;
display: block;
position: absolute;
bottom: 4px;
border-radius: 20px;
}