More flexbox implementations

This commit is contained in:
Dennis Eichhorn 2017-01-29 19:59:37 +01:00
parent 500235bca0
commit 61db5a5c28

View File

@ -59,7 +59,9 @@ echo $this->getData('nav')->render(); ?>
</section>
-->
<div class="box w-100">
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<caption><?= $this->getText('Clients') ?></caption>
<thead>
@ -82,4 +84,6 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="8" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?>
</table>
</div>
</div>
</div>