Use flexbox

This commit is contained in:
Dennis Eichhorn 2017-10-05 09:08:02 +02:00
parent 361054d595
commit 5905fee099

View File

@ -18,7 +18,9 @@ $workflows = [];
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<div class="box w-100 floatLeft"> <div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red"> <table class="table red">
<caption><?= $this->getHtml('Workflow') ?></caption> <caption><?= $this->getHtml('Workflow') ?></caption>
<thead> <thead>
@ -47,4 +49,6 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="6" class="empty"><?= $this->getHtml('Empty', 0, 0); ?> <tr><td colspan="6" class="empty"><?= $this->getHtml('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div>
</div>
</div> </div>