This commit is contained in:
Nolwenn 2016-06-22 10:59:17 +02:00
parent 07073cdbd0
commit 5ed6d0efe9
2 changed files with 6 additions and 3 deletions

View File

@ -2666,7 +2666,7 @@ main#categorycms { margin-bottom: 30px }
border-radius: 3px; border-radius: 3px;
border: 1px solid #ccc; border: 1px solid #ccc;
position: relative; position: relative;
top: -4px; top: 0px;
} }
.filters #enabled_filters { .filters #enabled_filters {
background: #efeded; background: #efeded;
@ -2832,7 +2832,8 @@ main#categorycms { margin-bottom: 30px }
color: #333; color: #333;
background-color: transparent; background-color: transparent;
font-size: 14px; font-size: 14px;
padding: 0 20px; padding: 20px 20px 0 20px;
margin: 0;
} }
#layered_block_left label { #layered_block_left label {
font-size: 14px; font-size: 14px;

View File

@ -61,4 +61,6 @@
{/if} {/if}
</div> </div>
</div> </div>
<!-- /MODULE Block best sellers --> <!-- /MODULE Block best sellers -->