Use new tab, colors and css

This commit is contained in:
Dennis Eichhorn 2019-01-13 21:42:08 +01:00
parent e8e36dc74f
commit 66aba32ef6
3 changed files with 3 additions and 3 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="departmentList" class="table red">
<table id="departmentList" class="table darkred">
<caption><?= $this->getHtml('Departments') ?></caption>
<thead>
<tr>

View File

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

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="unitList" class="table red">
<table id="unitList" class="table darkred">
<caption><?= $this->getHtml('Units') ?></caption>
<thead>
<tr>