mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-18 07:38:41 +00:00
Start implementing flexbox grid
This commit is contained in:
parent
4a20dc931c
commit
bad9ece211
|
|
@ -20,7 +20,9 @@
|
|||
$tasks = $this->getData('tasks');
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="box w-75 floatLeft">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-9">
|
||||
<div class="box">
|
||||
<table class="table">
|
||||
<caption><?= $this->getText('Tasks'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -50,9 +52,10 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="w-25 floatLeft">
|
||||
<section class="box w-100">
|
||||
<div class="col-xs-12 col-md-3">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->getText('Settings'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
|
|
@ -70,7 +73,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="box w-100">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->getText('Settings'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<table class="list">
|
||||
|
|
@ -83,4 +86,5 @@ echo $this->getData('nav')->render(); ?>
|
|||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -20,7 +20,9 @@
|
|||
$tasks = $this->getData('tasks');
|
||||
echo $this->getData('nav')->render(); ?>
|
||||
|
||||
<div class="box w-75 floatLeft">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-9">
|
||||
<div class="box">
|
||||
<table class="table">
|
||||
<caption><?= $this->getText('Tasks'); ?></caption>
|
||||
<thead>
|
||||
|
|
@ -50,9 +52,10 @@ echo $this->getData('nav')->render(); ?>
|
|||
<?php endif; ?>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<section class="w-25 floatLeft">
|
||||
<section class="box w-100">
|
||||
<div class="col-xs-12 col-md-3">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->getText('Settings'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<form>
|
||||
|
|
@ -70,7 +73,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="box w-100">
|
||||
<section class="box wf-100">
|
||||
<header><h1><?= $this->getText('Settings'); ?></h1></header>
|
||||
<div class="inner">
|
||||
<table class="list">
|
||||
|
|
@ -83,4 +86,5 @@ echo $this->getData('nav')->render(); ?>
|
|||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user