fix
This commit is contained in:
parent
6036bfd280
commit
d2614d471f
@ -1698,6 +1698,7 @@ body#page-404 .footer_links {
|
||||
float: left;
|
||||
background-color: #b5b1b1;
|
||||
}
|
||||
|
||||
#category .content #product_list .view_button:hover{ background-color: #fb66a9;}
|
||||
|
||||
#header {
|
||||
@ -6078,7 +6079,6 @@ table#carrierTable tbody td {
|
||||
#header_nav .inner a.submenu_top_btn.credit {
|
||||
background: url('../img/picto_account.png') no-repeat 75px 11px #fff;
|
||||
}
|
||||
|
||||
/** New product tpl **/
|
||||
#product #primary_block{
|
||||
margin-top: 20px;
|
||||
@ -6526,6 +6526,94 @@ table#carrierTable tbody td {
|
||||
color: #4F4E9A;
|
||||
}
|
||||
|
||||
#loyalty_cart{
|
||||
background: url("../img/fidelite.png") no-repeat left center;
|
||||
}
|
||||
#header_nav .inner a.submenu_top_btn.credit {
|
||||
background: url('../img/picto_account.png') no-repeat 75px 11px #fff;
|
||||
}
|
||||
|
||||
h3.carrier_title{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
table#carrierTable tbody td {
|
||||
color: #444d52;
|
||||
font-size: 12px;
|
||||
border-bottom: 0px;
|
||||
border-top: 10px solid #f1f1f1;
|
||||
background: #FFF;
|
||||
line-height: 1.5em;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
#carrierTable thead {
|
||||
background-color: #514c8c;
|
||||
}
|
||||
#carrierTable thead tr th{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.soflexibiliteStar{
|
||||
color: #e26ea2!important;
|
||||
}
|
||||
#adresseFinal .so-prez-libelle{
|
||||
color: #514c8c!important;
|
||||
}
|
||||
#custMail, #sl_phone {
|
||||
min-height: 20px!important;
|
||||
font-size: 14px!important;
|
||||
}
|
||||
#soflexibilite_speech{
|
||||
display: none!important
|
||||
}
|
||||
|
||||
/******** Address autocomplete **********/
|
||||
#address_ac {
|
||||
z-index: 5;
|
||||
background: #FFF;
|
||||
border-left: 1px solid #e4e4e4;
|
||||
border-right: 1px solid #e4e4e4;
|
||||
border-bottom: 1px solid #e4e4e4;
|
||||
margin: 1px 0px 0px 0px;
|
||||
min-width: 278px;
|
||||
-moz-box-shadow: 2px 10px 10px -8px rgba(0, 0, 0, .5);
|
||||
-webkit-box-shadow: 2px 10px 10px -8px rgba(0, 0, 0, .5);
|
||||
-ms-box-shadow: 2px 10px 10px -8px rgba(0, 0, 0, .5);
|
||||
-o-box-shadow: 2px 10px 10px -8px rgba(0, 0, 0, .5);
|
||||
box-shadow: 2px 10px 10px -8px rgba(0, 0, 0, .5));
|
||||
list-style: outside none;
|
||||
overflow: auto;
|
||||
max-height: 300px;
|
||||
}
|
||||
#address_ac li {
|
||||
font-size: 12px;
|
||||
line-height: 1.4em;
|
||||
padding: 5px 20px 5px 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
#address_ac li:hover {
|
||||
background: #EEE;
|
||||
}
|
||||
#address_ac strong {
|
||||
padding: 0px 1px;
|
||||
}
|
||||
|
||||
.paypal_account {
|
||||
background: #fff none repeat scroll 0 0;
|
||||
border: 1px solid #ccc;
|
||||
margin: 10px 0 5px;
|
||||
padding: 15px;
|
||||
overflow: auto;
|
||||
}
|
||||
.paypal_account input[type="radio"] {
|
||||
float: left;
|
||||
margin-right: 7px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
.paypal_account label {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#product .expresscart_frame {
|
||||
display: none;
|
||||
height: 215px;
|
||||
@ -7361,6 +7449,13 @@ table#carrierTable tbody td {
|
||||
background: #e26ea2;
|
||||
}
|
||||
|
||||
.block_filter .content_filter h5{
|
||||
font-size: 15px;
|
||||
text-decoration: underline;
|
||||
color: #514E8C;
|
||||
margin:10px 0px;
|
||||
}
|
||||
|
||||
/* for new white bg */
|
||||
#order-detail-content,
|
||||
#after_cart_summary,
|
||||
@ -7387,7 +7482,7 @@ div.addresses ul.address,
|
||||
#contact-form form,
|
||||
.ajax_block_product,
|
||||
#order_conf_detail .detail_invoice,
|
||||
#order_conf_detail .detail_delivery,{
|
||||
#order_conf_detail .detail_delivery{
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user