style fixes, bug fixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 01:13:22 +00:00
parent e55be2ad54
commit 6846357924
3 changed files with 3 additions and 3 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('Navigation'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="portlet-head"><?= $this->getHtml('Navigation'); ?><i class="lni lni-download download btn end-xs"></i></div>
<div class="slider">
<table id="navElements" class="default sticky">
<thead>

View File

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

View File

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