More flexbox implementations

This commit is contained in:
Dennis Eichhorn 2017-01-29 19:59:37 +01:00
parent 172bd43d01
commit 694b166ff3
3 changed files with 78 additions and 66 deletions

View File

@ -21,7 +21,9 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<caption><?= $this->getText('Items') ?></caption>
<thead>
@ -43,3 +45,5 @@ echo $this->getData('nav')->render(); ?>
<?php endif; ?>
</table>
</div>
</div>
</div>

View File

@ -21,7 +21,9 @@ $footerView->setPage(1);
echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<caption><?= $this->getText('Items') ?></caption>
<thead>
@ -43,3 +45,5 @@ echo $this->getData('nav')->render(); ?>
<?php endif; ?>
</table>
</div>
</div>
</div>

View File

@ -26,7 +26,9 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?>
<div class="box w-100">
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table">
<caption><?= $this->getText('Stock'); ?></caption>
<thead>
@ -51,3 +53,5 @@ echo $this->getData('nav')->render(); ?>
<?php endif; ?>
</table>
</div>
</div>
</div>