adjust rose of add to cart button in add to cart box

This commit is contained in:
Marion Muszynski 2016-09-26 11:10:19 +02:00
parent 1679fd3187
commit f900950891

View File

@ -455,7 +455,7 @@
font-family: Georgia;
padding-top: 0 !important;
font-size: 20px;
color: #e36ea2;
color: #fb66a9;
}
.box_add_to_cart .content .others_links{
border-top: 1px solid #ccc;
@ -464,36 +464,42 @@
overflow: hidden;
}
.box_add_to_cart .content .others_links .show_sales{
height: 15px;
line-height: 14px;
height: 32px;
line-height: 32px;
color: #FFF;
margin: 0px;
padding: 7px 20px 6px;
padding: 0px 10px;
background:#B5B1B1;
border-radius: 20px;
text-decoration: none;
float: left;
font-family: georgia, times new roman, serif;
font-style: italic;
font-size: 13px;
}
.box_add_to_cart .content .others_links .show_sales:hover{ background: #f45bb7;}
.box_add_to_cart .content .others_links .show_sales:hover{ background: #fb66a9;}
.box_add_to_cart .content .others_links .show_cart{
height: 15px;
line-height: 14px;
height: 32px;
line-height: 32px;
color: #FFF;
margin: 0px;
padding: 7px 20px 6px;
background:url("../img/achat_express.jpg") no-repeat scroll left center #504D8B;
background: url(../img/add_to_cart.jpg) no-repeat left center #504d8b;
padding: 0 11px 0 45px;
border-radius: 20px;
text-decoration: none;
float: right;
padding-left: 50px;
font-family: georgia, times new roman, serif;
font-style: italic;
font-size: 13px;
}
.box_add_to_cart .content .others_links .show_fdp_info{
clear: both;
padding: 20px 0 0 0;
color: #54508b
}
.box_add_to_cart .content .others_links .show_cart:hover {
background: url("../img/achat_express.jpg") no-repeat scroll left center #f45bb7;
background: url(../img/add_to_cart.jpg) no-repeat left center #fb66a9;
}
.box_add_to_cart .content_best_sales{
@ -529,7 +535,7 @@
padding-top: 0 !important;
font-family: Georgia;
font-size: 16px;
color: #e36ea2;
color: #fb66a9;
}
.box_add_to_cart .content_best_sales li .reduction a img{ float: right; margin-top: 5px;}
.box_add_to_cart .content_best_sales li .reduction a{}
@ -6572,37 +6578,41 @@ table#carrierTable tbody td {
text-align: center;
}
#box_error_cart .content .others_links .show_sales{
height: 15px;
line-height: 14px;
height: 32px;
line-height: 32px;
color: #FFF;
margin: 0px;
padding: 7px 20px 6px;
padding: 0px 10px;
background:#B5B1B1;
border-radius: 20px;
text-decoration: none;
/* float: left; */
display: inline-block;
font-family: georgia, times new roman, serif;
font-style: italic;
font-size: 13px;
}
#box_error_cart .content .others_links #remove_cart{
margin:0 25px;
}
#box_error_cart .content .others_links .show_sales:hover{ background: #f45bb7;}
#box_error_cart .content .others_links .show_sales:hover{ background: #fb66a9;}
#box_error_cart .content .others_links .show_cart{
height: 15px;
line-height: 14px;
line-height: 32px;
color: #FFF;
margin: 0px;
padding: 7px 20px 6px;
background:url("../img/achat_express.jpg") no-repeat scroll left center #504D8B;
border-radius: 20px;
text-decoration: none;
/* float: left; */
display: inline-block;
padding-left: 50px;
background: url(../img/add_to_cart.jpg) no-repeat left center #504d8b;
padding: 0 11px 0 45px;
height: 32px;
font-family: georgia, times new roman, serif;
font-style: italic;
font-size: 13px;
}
#box_error_cart .content .others_links .show_cart:hover {
background: url("../img/achat_express.jpg") no-repeat scroll left center #f45bb7;
background: url(../img/add_to_cart.jpg) no-repeat left center #fb66a9;
}
.box_add_to_cart .content .others_links .show_fdp_info{