css
This commit is contained in:
parent
1cd90dd595
commit
4c0bc31577
@ -616,7 +616,6 @@ body.content_only { margin: 0 }
|
||||
border-bottom: 3px solid #333333;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
#index #best_sales h2:not(.title) {display: none;}
|
||||
#index .line { margin-top: 15px; }
|
||||
#index #best_sales .pub {
|
||||
border-color: #d6d6d6;
|
||||
@ -4076,6 +4075,7 @@ main#categorycms { margin-bottom: 30px }
|
||||
text-align: center;
|
||||
z-index: 5;
|
||||
}
|
||||
#product #image-block .product-failling-price,
|
||||
#product #image-block .product-new-label {
|
||||
background: #529bb6;
|
||||
color: #fff;
|
||||
|
@ -571,16 +571,16 @@ header.page-heading.order-process { padding: 25px 0 0 0 }
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.product-container .product-infos h5.product-name {
|
||||
.product-container .product-infos .product-name {
|
||||
display: block;
|
||||
font-family: 'pt_sans';
|
||||
font-size: 14px;
|
||||
height: 45px;
|
||||
}
|
||||
.product-container .border .product-infos h5.product-name a {
|
||||
.product-container .border .product-infos .product-name a {
|
||||
color: #333;
|
||||
}
|
||||
.product-container .border:hover .product-infos h5.product-name a { text-decoration: none; }
|
||||
.product-container .border:hover .product-infos .product-name a { text-decoration: none; }
|
||||
.product-container .border .product-infos .price {
|
||||
color: #303030;
|
||||
font-family: 'vidaloka';
|
||||
@ -612,7 +612,7 @@ header.page-heading.order-process { padding: 25px 0 0 0 }
|
||||
#layer_cart .layer_cart_product .product-infos .product-image-container img{ width: 80%; display: inline !important}
|
||||
#layer_cart .bg{ padding-bottom: 10px; }
|
||||
.product-container .product-infos { position: static}
|
||||
.product-container .product-infos h5.product-name{ height: auto;}
|
||||
.product-container .product-infos .product-name{ height: auto;}
|
||||
.product-container .product-price { height: auto; margin-bottom: 10px; }
|
||||
|
||||
.crossseling {
|
||||
|
@ -1,4 +1,3 @@
|
||||
<h2>{l s='Produits les plus populaires' mod='blockbestsellers'}</h2>
|
||||
{if isset($best_sellers) && $best_sellers}
|
||||
{include file="$tpl_dir./product-list-blocs.tpl" products=$best_sellers class='blockbestsellers tab-pane' id='blockbestsellers' position=2 position_sm=4}
|
||||
{else}
|
||||
|
Loading…
Reference in New Issue
Block a user