Put some margin around the setup wizard

refs #7163
This commit is contained in:
Johannes Meyer 2014-10-13 09:43:12 +02:00
parent b5798331db
commit 448991eec5
2 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,9 @@
<div id="setup" class="container">
<div class="setup-content">
<?php if (isset($wizard)): ?>
<?= $this->render('setup/parts/wizard.phtml'); ?>
<?= $this->render('setup/parts/wizard.phtml'); ?>
<?php else: ?>
<?= $this->render('setup/parts/install.phtml'); ?>
<?= $this->render('setup/parts/install.phtml'); ?>
<?php endif ?>
</div>
</div>

View File

@ -2,8 +2,12 @@
overflow: auto; // TODO: Shouldn't be necessary, here, IMHO
}
#setup .setup-content {
margin: 1.5em 1.8em 0 1.8em;
}
#setup div.buttons {
margin: 1.5em 0 0 1.8em;
margin-top: 1.5em;
.double {
position: absolute;