Merge branch 'ticket-14698-sensefuel' into develop

This commit is contained in:
Michael RICOIS 2017-11-23 09:37:23 +01:00
commit be0cb15dee

View File

@ -5662,6 +5662,12 @@ body.nav_active #header_nav .inner a.submenu_top_btn { z-index: 2;}
}
#header_nav .inner ul.submenu_top li.logout a { color: #fff;}
.top #cart_block {
width: 100px;
}
.top #cart_block .block_content {
float: right;
}
.top #cart_block_summary {
background: url('../img/panier.png') no-repeat 4px 3px #fff;
border: 1px solid #fff;
@ -7574,7 +7580,7 @@ div.addresses ul.address.item {
vertical-align: top;
width: 480px;
float: left;
padding-left: 20px;
padding-left: 40px;
font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
#sensefuel .search .search_form {