blocklayered
This commit is contained in:
parent
571cb44865
commit
4ceb3e9753
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div >
|
||||
<div class="header clearfix" {if $category->id_image} style="background-image: url('{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category_default')|escape:'html':'UTF-8'}" {/if}>
|
||||
|
||||
|
||||
|
@ -2474,7 +2474,7 @@ main#categorycms { margin-bottom: 30px }
|
||||
#category {}
|
||||
|
||||
#category .category_content {
|
||||
padding: 30px 0;
|
||||
padding: 30px 15px;
|
||||
}
|
||||
#category .page-heading .header {
|
||||
background-size: cover;
|
||||
@ -2707,9 +2707,15 @@ main#categorycms { margin-bottom: 30px }
|
||||
top: 0px;
|
||||
}
|
||||
.filters #enabled_filters {
|
||||
background: #efeded;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.filters #enabled_filters .clearAll {
|
||||
color: #666666;
|
||||
padding-left: 20px;
|
||||
font-style: italic;
|
||||
text-decoration: underline;
|
||||
font-size: 14px;
|
||||
}
|
||||
.filters #enabled_filters .title {
|
||||
border-bottom: 1px solid #dad8d8;
|
||||
color: #181818;
|
||||
|
@ -53,12 +53,16 @@ param_product_url = '';
|
||||
</li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
{/if}
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
{/foreach}
|
||||
{/foreach}
|
||||
</ul>
|
||||
<!-- <a href="#" data-rel="layered" title="{l s='Cancel' mod='blocklayered'}">{l s='Supprimer tous les filtres' mod='blocklayered'}</a> -->
|
||||
<a class="clearAll" href="{$smarty.get.id_category}">{l s='Supprimer tous les filtres' mod='blocklayered'}</a>
|
||||
</div>
|
||||
{/if}
|
||||
{foreach from=$filters item=filter}
|
||||
@ -77,7 +81,7 @@ param_product_url = '';
|
||||
<span class="layered_subtitle">{$filter.name|escape:html:'UTF-8'}<i></i></span>
|
||||
<!-- <span class="layered_close"><a href="#" data-rel="ul_layered_{$filter.type}_{$filter.id_key}">v</a></span> -->
|
||||
<div class="clear"></div>
|
||||
<ul id="ul_layered_{$filter.type}_{$filter.id_key}" class="clearfix">
|
||||
<ul id="ul_layered_{$filter.type}_{$filter.id_key}" class="clearfix layered">
|
||||
{if !isset($filter.slider)}
|
||||
{if $filter.filter_type == 0}
|
||||
{foreach from=$filter.values key=id_value item=value name=fe}
|
||||
|
Loading…
Reference in New Issue
Block a user