More flexbox implementations

This commit is contained in:
Dennis Eichhorn 2017-01-29 12:35:25 +01:00
parent afc94bce89
commit d5125faa1a
4 changed files with 220 additions and 200 deletions

View File

@ -25,7 +25,9 @@ $footerView->setPage(1);
$accounts = $this->getData('accounts'); $accounts = $this->getData('accounts');
?> ?>
<div class="box"> <div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table"> <table class="table">
<caption><?= $this->getText('Profiles'); ?></caption> <caption><?= $this->getText('Profiles'); ?></caption>
<thead> <thead>
@ -49,3 +51,5 @@ $accounts = $this->getData('accounts');
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>
</div>
</div>

View File

@ -28,7 +28,9 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();
?> ?>
<section itemscope itemtype="http://schema.org/Person" class="box w-33"> <div class="row">
<div class="col-xs-12 col-md-6">
<section itemscope itemtype="http://schema.org/Person" class="box wf-100">
<header><h1><?= $this->getText('Profile'); ?></h1></header> <header><h1><?= $this->getText('Profile'); ?></h1></header>
<div class="inner"> <div class="inner">
<!-- @formatter:off --> <!-- @formatter:off -->
@ -82,8 +84,10 @@ echo $this->getData('nav')->render();
<!-- @formatter:on --> <!-- @formatter:on -->
</div> </div>
</section> </section>
</div>
<div class="box w-100"> <div class="col-xs-12 col-md-6">
<div class="box wf-100">
<table class="table"> <table class="table">
<caption><?= $this->getText('Media', 'Media'); ?></caption> <caption><?= $this->getText('Media', 'Media'); ?></caption>
<thead> <thead>
@ -108,3 +112,5 @@ echo $this->getData('nav')->render();
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>
</div>
</div>

View File

@ -25,7 +25,9 @@ $footerView->setPage(1);
$accounts = $this->getData('accounts'); $accounts = $this->getData('accounts');
?> ?>
<div class="box"> <div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table"> <table class="table">
<caption><?= $this->getText('Profiles'); ?></caption> <caption><?= $this->getText('Profiles'); ?></caption>
<thead> <thead>
@ -49,3 +51,5 @@ $accounts = $this->getData('accounts');
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>
</div>
</div>

View File

@ -28,7 +28,9 @@ $footerView->setResults(1);
echo $this->getData('nav')->render(); echo $this->getData('nav')->render();
?> ?>
<section itemscope itemtype="http://schema.org/Person" class="box w-33"> <div class="row">
<div class="col-xs-12 col-md-6">
<section itemscope itemtype="http://schema.org/Person" class="box wf-100">
<header><h1><?= $this->getText('Profile'); ?></h1></header> <header><h1><?= $this->getText('Profile'); ?></h1></header>
<div class="inner"> <div class="inner">
<!-- @formatter:off --> <!-- @formatter:off -->
@ -82,8 +84,10 @@ echo $this->getData('nav')->render();
<!-- @formatter:on --> <!-- @formatter:on -->
</div> </div>
</section> </section>
</div>
<div class="box w-100"> <div class="col-xs-12 col-md-6">
<div class="box wf-100">
<table class="table"> <table class="table">
<caption><?= $this->getText('Media', 'Media'); ?></caption> <caption><?= $this->getText('Media', 'Media'); ?></caption>
<thead> <thead>
@ -108,3 +112,5 @@ echo $this->getData('nav')->render();
<?php endif; ?> <?php endif; ?>
</table> </table>
</div> </div>
</div>
</div>