improve table css

This commit is contained in:
Dennis Eichhorn 2020-02-29 20:55:00 +01:00
parent dcf2f3b123
commit 6ab8d7755d

View File

@ -66,9 +66,9 @@ $media = $this->getData('media');
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Media') ?><i class="fa fa-download floatRight download btn"></i></div>
<table id="mediaList" class="default">
<caption><?= $this->getHtml('Media') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>
<td>
@ -102,6 +102,8 @@ $media = $this->getData('media');
<tr><td colspan="6" class="empty"><?= $this->getHtml('Empty', '0', '0'); ?>
<?php endif; ?>
</table>
<div class="portlet-foot">
</div>
</div>
</div>
</div>