-added border to smart block expansion

This commit is contained in:
denise 2012-09-17 15:57:41 -04:00
parent cf57c12782
commit 182bdd0cf6
2 changed files with 4 additions and 1 deletions

View file

@ -85,7 +85,7 @@ if ($item['type'] == 2) {
</div>
<?php endif; ?>
<?php if ($item['type'] == 2) {?>
<ul style='display:none' id="block_<?php echo $item["id"]?>_info" class="smart-block-info"></ul>
<ul style='display:none' id="block_<?php echo $item["id"]?>_info" class="smart-block-info expand-block-separate"></ul>
<?php } ?>
</li>
<?php $i = $i+1; ?>