mirror of
https://github.com/Karaka-Management/oms-SalesAnalysis.git
synced 2026-01-11 19:38:39 +00:00
Make all tables red
This commit is contained in:
parent
8e74c878a3
commit
57b6e3a36b
|
|
@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<input type="radio" id="c-tab2-1" name="tabular-2" checked>
|
||||
<div class="tab">
|
||||
<section class="box wf-100 floatLeft">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Overview') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -63,7 +63,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<section class="box wf-100 floatLeft">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Misc') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -83,7 +83,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<input type="radio" id="c-tab2-2" name="tabular-2">
|
||||
<div class="tab tab-2">
|
||||
<section class="box wf-100 floatLeft">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Month') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -101,7 +101,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<input type="radio" id="c-tab2-3" name="tabular-2">
|
||||
<div class="tab tab-3">
|
||||
<section class="box wf-100 floatLeft">
|
||||
<table class="table">
|
||||
<table class="table red">
|
||||
<caption><?= $this->getText('Year') ?></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user