Dashboard No-Padding
This commit is contained in:
parent
9a87874d45
commit
cf0218852a
@ -3,7 +3,7 @@
|
|||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h4 class="panel-title">Account Information</h4>
|
<h4 class="panel-title">Account Information</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body no-padding">
|
||||||
<table class="table table-bordered table-hover table-striped">
|
<table class="table table-bordered table-hover table-striped">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h4 class="panel-title">{$GLOBAL.config.payout_system|capitalize} Stats</h4>
|
<h4 class="panel-title">{$GLOBAL.config.payout_system|capitalize} Stats</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body no-padding">
|
||||||
<table class="table table-bordered table-hover table-striped">
|
<table class="table table-bordered table-hover table-striped">
|
||||||
<tbody>
|
<tbody>
|
||||||
{if $GLOBAL.config.payout_system == 'pplns'}
|
{if $GLOBAL.config.payout_system == 'pplns'}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user