Use new tab, colors and css

This commit is contained in:
Dennis Eichhorn 2019-01-13 21:42:08 +01:00
parent e880c85889
commit bb09cdc541
3 changed files with 3 additions and 6 deletions

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table id="newsArchiveList" class="table red">
<table id="newsArchiveList" class="table darkred">
<caption><?= $this->getHtml('Archive'); ?></caption>
<thead>
<tr>

View File

@ -21,7 +21,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table id="newsList" class="table red">
<table id="newsList" class="table darkred">
<caption><?= $this->getHtml('News'); ?></caption>
<thead>
<tr>

View File

@ -20,10 +20,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<section class="box wf-100">
<header><h1><?= $this->printHtml($news->getTitle()); ?></h1></header>
<div class="inner">
<article><?= $news->getContent(); ?></article>
</div>
<article><?= $news->getContent(); ?></article>
</section>
</div>
</div>