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

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