mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
Start changing styles
This commit is contained in:
parent
ff0a554277
commit
6d8ee57fb5
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Tasks', 'Tasks') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<td><?= $this->getHtml('Status', 'Tasks') ?>
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table id="taskList" class="table darkred">
|
||||
<div class="box wf-100 x-overflow">
|
||||
<table id="taskList" class="default">
|
||||
<caption><?= $this->getHtml('Tasks') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<td><?= $this->getHtml('Status') ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user