add margin to the reports table list

This commit is contained in:
Focuslinkstech 2024-09-06 11:48:20 +01:00 committed by GitHub
parent 80d4c904d0
commit cf9a11ef94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,8 +80,9 @@
</div> </div>
</div> </div>
</span> </span>
<div class="box box-primary box-solid"> <div class="box box-primary box-solid">
<div class="table-responsive">&nbsp;&nbsp; <div class="table-responsive">&nbsp;&nbsp;
<div style="margin-left: 5px; margin-right: 5px;">
<table class="table table-bordered table-condensed"> <table class="table table-bordered table-condensed">
<thead> <thead>
<tr> <tr>
@ -126,6 +127,7 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div>
<div class="box-footer"> <div class="box-footer">
<p class="text-center small text-info">{Lang::T('All Transactions at Date')}: <p class="text-center small text-info">{Lang::T('All Transactions at Date')}:
{Lang::dateAndTimeFormat($sd, $ts)} - {Lang::dateAndTimeFormat($ed, $te)}</p> {Lang::dateAndTimeFormat($sd, $ts)} - {Lang::dateAndTimeFormat($ed, $te)}</p>