Start changing styles

This commit is contained in:
Dennis Eichhorn 2019-05-14 22:02:49 +02:00
parent 7408d8a01c
commit b39a77e283
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
data-autocomplete="false"
data-src="api/admin/find/accgrp?search={#i<?= $this->printHtml($this->getId()); ?>}">
<div id="<?= $this->printHtml($this->getId()); ?>-dropdown" class="dropdown" data-active="true">
<table class="table darkred">
<table class="default">
<thead>
<tr>
<td>Type<i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>

View File

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

View File

@ -171,7 +171,7 @@ echo $this->getData('nav')->render();
<option value="<?= $this->printHtml($code); ?>"<?= $this->printHtml($temperature === $settings[1000000022] ? ' selected' : ''); ?>><?= $this->printHtml($temperature); ?>
<?php endforeach; ?>
</select>
<tr><td colspan="2"><input id="iSubmitLocalization" name="submitLocalization" type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td colspan="2"><input id="iSubmitLocalization" name="submitLocalization" type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>">
</table>
</form>
</div>