Make all tables red

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

View File

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

View File

@ -24,7 +24,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('Items') ?></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 class="table">
<table class="table red">
<caption><?= $this->getText('Items') ?></caption>
<thead>
<tr>

View File

@ -29,7 +29,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('Stock'); ?></caption>
<thead>
<tr>