[-] FO: module blockcategories using hard coded styles with no CSS support - #PSCFV-8051
This commit is contained in:
@@ -1967,6 +1967,8 @@ div.star_hover a, div.star a:hover { background-position: 0 -12px }
|
||||
.blockcategories_footer {
|
||||
padding:15px 10px;
|
||||
}
|
||||
.blockcategories_footer .category_footer {float:left;clear:none;}
|
||||
.blockcategories_footer .category_footer .list{float:left;}
|
||||
.blockcategories_footer ul ul {display:none !important}
|
||||
|
||||
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
<!-- Block categories module -->
|
||||
<div class="blockcategories_footer">
|
||||
<p class="title_block">{l s='Categories' mod='blockcategories'}</p>
|
||||
<div class="category_footer" style="float:left;clear:none;width:{$widthColumn}%">
|
||||
<div style="float:left" class="list">
|
||||
<div class="category_footer" style="width:{$widthColumn}%">
|
||||
<div class="list">
|
||||
<ul class="tree {if $isDhtml}dhtml{/if}">
|
||||
|
||||
{foreach from=$blockCategTree.children item=child name=blockCategTree}
|
||||
@@ -43,7 +43,7 @@
|
||||
</div>
|
||||
|
||||
<div class="category_footer" style="float:left;clear:none;width:{$widthColumn}%">
|
||||
<div style="float:left" class="list">
|
||||
<div class="list">
|
||||
<ul class="tree {if $isDhtml}dhtml{/if}">
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
Reference in New Issue
Block a user