parent
b5798331db
commit
448991eec5
|
@ -1,7 +1,9 @@
|
||||||
<div id="setup" class="container">
|
<div id="setup" class="container">
|
||||||
|
<div class="setup-content">
|
||||||
<?php if (isset($wizard)): ?>
|
<?php if (isset($wizard)): ?>
|
||||||
<?= $this->render('setup/parts/wizard.phtml'); ?>
|
<?= $this->render('setup/parts/wizard.phtml'); ?>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?= $this->render('setup/parts/install.phtml'); ?>
|
<?= $this->render('setup/parts/install.phtml'); ?>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -2,8 +2,12 @@
|
||||||
overflow: auto; // TODO: Shouldn't be necessary, here, IMHO
|
overflow: auto; // TODO: Shouldn't be necessary, here, IMHO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#setup .setup-content {
|
||||||
|
margin: 1.5em 1.8em 0 1.8em;
|
||||||
|
}
|
||||||
|
|
||||||
#setup div.buttons {
|
#setup div.buttons {
|
||||||
margin: 1.5em 0 0 1.8em;
|
margin-top: 1.5em;
|
||||||
|
|
||||||
.double {
|
.double {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue