style fixes, bug fixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 01:13:23 +00:00
parent 57422b17a5
commit d3414e03aa
2 changed files with 2 additions and 2 deletions

View File

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

View File

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