Make all tables red

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:38:39 +02:00
parent 85b9516a0d
commit b0e714d4c2
2 changed files with 2 additions and 2 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 class="table">
<table class="table red">
<caption><?= $this->getText('Projects') ?></caption>
<thead>
<tr>

View File

@ -43,7 +43,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12 col-md-6">
<div class="box wf-100">
<table class="table">
<table class="table red">
<caption><?= $this->getText('Tasks', 'Tasks'); ?></caption>
<thead>
<td><?= $this->getText('Status'); ?>