Start changing styles

This commit is contained in:
Dennis Eichhorn 2019-05-14 22:02:49 +02:00
parent 604433226a
commit cd3efed1dd
5 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table darkred">
<table class="default">
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><td><input type="text" placeholder="&#xf040; <?= $this->getHtml('Subject') ?>" name="subject">
<tr><td><td><input type="file" name="files" multiple>
<tr><td><td><div class="textarea" contenteditable="true" style="height: 400px;"></div><textarea placeholder="&#xf040;" style="display: none" name="mail"></textarea>
<tr><td><td><input type="submit" value="<?= $this->getHtml('Send', 0) ?>"> <input type="submit" value="<?= $this->getHtml('Save', 0) ?>">
<tr><td><td><input type="submit" value="<?= $this->getHtml('Send', '0', '0') ?>"> <input type="submit" value="<?= $this->getHtml('Save', '0', '0') ?>">
</table>
</form>
</div>

View File

@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table darkred">
<table class="default">
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table darkred">
<table class="default">
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
</section>
<div class="box w-100">
<table class="table darkred">
<table class="default">
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>