Use new tab, colors and css

This commit is contained in:
Dennis Eichhorn 2019-01-13 21:42:08 +01:00
parent 37357973ba
commit 446a71e29d
4 changed files with 19 additions and 31 deletions

View File

@ -1,21 +1,17 @@
<div class="row">
<div class="col-xs-12 col-md-8 col-lg-9">
<section class="box wf-100">
<div class="inner">
<article>
<?= $this->getData('content'); ?>
</article>
</div>
<article>
<?= $this->getData('content'); ?>
</article>
</section>
</div>
<div class="col-xs-12 col-md-4 col-lg-3">
<section class="box wf-100">
<div class="inner">
<article>
<?= $this->getData('navigation'); ?>
</article>
</div>
<article>
<?= $this->getData('navigation'); ?>
</article>
</section>
</div>
</div>

View File

@ -1,21 +1,17 @@
<div class="row">
<div class="col-xs-12 col-md-8 col-lg-9">
<section class="box wf-100">
<div class="inner">
<article>
<?= $this->getData('content'); ?>
</article>
</div>
<article>
<?= $this->getData('content'); ?>
</article>
</section>
</div>
<div class="col-xs-12 col-md-4 col-lg-3">
<section class="box wf-100">
<div class="inner">
<article>
<?= $this->getData('navigation'); ?>
</article>
</div>
<article>
<?= $this->getData('navigation'); ?>
</article>
</section>
</div>
</div>

View File

@ -21,7 +21,7 @@ $modules = $this->app->moduleManager->getInstalledModules();
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table id="moduleList" class="table red">
<table id="moduleList" class="table darkred">
<caption><?= $this->getHtml('Modules') ?></caption>
<thead>
<tr>

View File

@ -1,21 +1,17 @@
<div class="row">
<div class="col-xs-12 col-md-8 col-lg-9">
<section class="box wf-100">
<div class="inner">
<article>
<?= $this->getData('content'); ?>
</article>
</div>
<article>
<?= $this->getData('content'); ?>
</article>
</section>
</div>
<div class="col-xs-12 col-md-4 col-lg-3">
<section class="box wf-100">
<div class="inner">
<article>
<?= $this->getData('navigation'); ?>
</article>
</div>
<article>
<?= $this->getData('navigation'); ?>
</article>
</section>
</div>
</div>