Dashboard No-Padding

This commit is contained in:
root 2014-03-01 12:25:33 -07:00
parent 9a87874d45
commit cf0218852a
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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'}