mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-22 03:44:28 +02:00
add margin to the reports table list
This commit is contained in:
parent
80d4c904d0
commit
cf9a11ef94
1 changed files with 4 additions and 2 deletions
|
@ -80,8 +80,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</span>
|
||||
<div class="box box-primary box-solid">
|
||||
<div class="table-responsive">
|
||||
<div class="box box-primary box-solid">
|
||||
<div class="table-responsive">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue