style fixes, bug fixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 01:13:22 +00:00
parent 061e4eb3ae
commit 2073414552
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Modules'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="portlet-head"><?= $this->getHtml('Modules'); ?><i class="lni lni-download download btn end-xs"></i></div>
<div class="slider">
<table class="default">
<thead>

View File

@ -65,7 +65,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Inspection'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="portlet-head"><?= $this->getHtml('Inspection'); ?><i class="lni lni-download download btn end-xs"></i></div>
<div class="slider">
<table id="fileList" class="default">
<thead>