-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; ?>

View File

@ -572,4 +572,7 @@ li.spl_empty {
font-weight: normal;
display: inline-block;
padding-right: 6px;
}
.expand-block-separate {
border-top: 1px solid #5B5B5B;
}