Use new tab, colors and css

This commit is contained in:
Dennis Eichhorn 2019-01-13 21:42:08 +01:00
parent 35e9ab6e02
commit a0890f85ef
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<header><h1><?= $this->getHtml('Account/Group', 'Admin') ?></h1></header>
<div class="inner">
<div class="tabular-2">
<div class="tab tab-2">
<div class="box wf-100">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('Account', 'Admin') ?></label>

View File

@ -25,7 +25,7 @@ $accounts = $this->getData('accounts');
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<table class="table darkred">
<caption><?= $this->getHtml('Profiles') ?></caption>
<thead>
<tr>

View File

@ -33,7 +33,7 @@ $temperatures = \phpOMS\Utils\Converter\TemperatureType::getConstants();
echo $this->getData('nav')->render();
?>
<div class="tabular-2">
<div class="tab tab-2">
<div class="box wf-100">
<ul class="tab-links">
<li><label for="c-tab-1"><?= $this->getHtml('General'); ?></label></li>