[FIX] style fixes
This commit is contained in:
parent
d0707c9be9
commit
fb0dbbd8a1
@ -1,10 +1,12 @@
|
||||
<article class="module width_full">
|
||||
<header><h3>API Reference</h3></header>
|
||||
<div class="module_content">
|
||||
<center>
|
||||
<table width="100%">
|
||||
<p>Please head over to the <a href="https://github.com/TheSerapher/php-mpos/wiki/API-Reference">official documentation</a> to learn about the API featured in <b>MPOS</b>.</p>
|
||||
</table>
|
||||
</center>
|
||||
</div>
|
||||
</article>
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-book fa-fw"></i> API Reference
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p>Please head over to the <a href="https://github.com/TheSerapher/php-mpos/wiki/API-Reference">official documentation</a> to learn about the API featured in <b>MPOS</b>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-bitbucket fa-fw"></i> Pool Donors
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="panel-body table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover {if $DONORS}datatable{/if}">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-desktop fa-fw"></i> Blocks found by own Workers
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="panel-body no-padding table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-user fa-fw"></i> Top 25 Blockfinder
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="panel-body no-padding table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-th fa-fw"></i> Last Found Blocks
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="panel-body no-padding table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-bar-chart-o fa-fw"></i> General Statistics
|
||||
</div>
|
||||
<div class="panel-body no-padding">
|
||||
<div class="panel-body no-padding table-responsive">
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<div class="panel panel-info">
|
||||
<div class="panel panel-info table-responsive">
|
||||
<div class="panel-heading">
|
||||
<i class="fa fa-bar-chart fa-fw"></i> Block Statistics
|
||||
</div>
|
||||
@ -12,7 +12,7 @@
|
||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&next=1">Next →</a>
|
||||
</li>
|
||||
</ul>
|
||||
<table class="tablesorter">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">Block Statistics</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user