Make all tables red

This commit is contained in:
Dennis Eichhorn 2017-04-16 20:38:39 +02:00
parent c71c0005d1
commit d170e763a5
3 changed files with 3 additions and 3 deletions

View File

@ -265,7 +265,7 @@ echo $this->getData('nav')->render(); ?>
$footerView->setPage(1); $footerView->setPage(1);
?> ?>
<div class="box wf-100"> <div class="box wf-100">
<table class="table"> <table class="table red">
<caption><?= $this->getText('Logs') ?></caption> <caption><?= $this->getText('Logs') ?></caption>
<thead> <thead>
<tr> <tr>

View File

@ -64,7 +64,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row"> <div class="row">
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box wf-100"> <div class="box wf-100">
<table class="table"> <table class="table red">
<caption><?= $this->getText('Clients') ?></caption> <caption><?= $this->getText('Clients') ?></caption>
<thead> <thead>
<tr> <tr>

View File

@ -268,7 +268,7 @@ echo $this->getData('nav')->render();
$footerView->setPage(1); $footerView->setPage(1);
?> ?>
<div class="box wf-100"> <div class="box wf-100">
<table class="table"> <table class="table red">
<caption><?= $this->getText('Logs') ?></caption> <caption><?= $this->getText('Logs') ?></caption>
<thead> <thead>
<tr> <tr>