added a boundary to the domain listing

This commit is contained in:
SJ 2012-11-01 22:33:57 +01:00
parent e969b3efc6
commit abd1712f53

View File

@ -24,6 +24,8 @@
<h4><?php print $text_existing_domains; ?></h4> <h4><?php print $text_existing_domains; ?></h4>
<div style="overflow:auto; height: 500px;">
<?php if(isset($domains)){ ?> <?php if(isset($domains)){ ?>
<div id="ss1" style="margin-top: 10px;"> <div id="ss1" style="margin-top: 10px;">
@ -47,4 +49,6 @@
<?php print $text_not_found; ?> <?php print $text_not_found; ?>
<?php } ?> <?php } ?>
</div>