Simplyfing layout

This commit is contained in:
Dennis Eichhorn 2016-05-17 20:14:04 +02:00
parent e664e2d0b5
commit bd2183e877
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ echo $this->getData('nav')->render(); ?>
</div>
</section>
<section class="box w-100">
<div class="box w-100">
<div class="tabular">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->l11n->lang['Draw']['Start'] ?></label>
@ -58,7 +58,7 @@ echo $this->getData('nav')->render(); ?>
</div>
</div>
</div>
</section>
</div>
<div class="m-draw">
<section class="box w-100" style="height: 30%;">

View File

@ -23,7 +23,7 @@ $footerView->setPages(20);
$footerView->setPage(1);
echo $this->getData('nav')->render(); ?>
<section class="box">
<div class="box">
<table class="table">
<caption><?= $this->l11n->lang['Draw']['Images']; ?></caption>
<thead>
@ -41,4 +41,4 @@ echo $this->getData('nav')->render(); ?>
<tr><td colspan="5" class="empty"><?= $this->l11n->lang[0]['Empty']; ?>
<?php endif; ?>
</table>
</section>
</div>