More flexbox implementations

This commit is contained in:
Dennis Eichhorn 2017-01-29 19:59:42 +01:00
parent bf37c33cdb
commit cdeaa9225f
3 changed files with 106 additions and 92 deletions

View File

@ -26,7 +26,9 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?> 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"> <table class="table">
<caption><?= $this->getText('Checklists'); ?></caption> <caption><?= $this->getText('Checklists'); ?></caption>
<thead> <thead>
@ -52,4 +54,6 @@ echo $this->getData('nav')->render(); ?>
<td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?> <td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div>
</div>
</div> </div>

View File

@ -19,7 +19,9 @@
echo $this->getData('nav')->render(); ?> echo $this->getData('nav')->render(); ?>
<section class="box w-33"> <div class="row">
<div class="col-xs-12 col-md-6">
<section class="box wf-100">
<header><h1><?= $this->getText('General'); ?></h1></header> <header><h1><?= $this->getText('General'); ?></h1></header>
<div class="inner"> <div class="inner">
<form id="fChecklist"> <form id="fChecklist">
@ -38,9 +40,11 @@ echo $this->getData('nav')->render(); ?>
</table> </table>
</form> </form>
</div> </div>
</section> </section>
</div>
<section class="box w-33"> <div class="col-xs-12 col-md-6">
<section class="box wf-100">
<header><h1><?= $this->getText('Tasks'); ?></h1></header> <header><h1><?= $this->getText('Tasks'); ?></h1></header>
<div class="inner"> <div class="inner">
<form> <form>
@ -61,4 +65,6 @@ echo $this->getData('nav')->render(); ?>
</table> </table>
</form> </form>
</div> </div>
</section> </section>
</div>
</div>

View File

@ -26,7 +26,9 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); ?> 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"> <table class="table">
<caption><?= $this->getText('Templates'); ?></caption> <caption><?= $this->getText('Templates'); ?></caption>
<thead> <thead>
@ -52,4 +54,6 @@ echo $this->getData('nav')->render(); ?>
<td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?> <td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
<?php endif; ?> <?php endif; ?>
</table> </table>
</div>
</div>
</div> </div>