[FIX] style fixes

This commit is contained in:
iAmShorty 2014-03-21 09:04:19 +01:00
parent d0707c9be9
commit fb0dbbd8a1
7 changed files with 19 additions and 17 deletions

View File

@ -1,10 +1,12 @@
<article class="module width_full"> <div class="row">
<header><h3>API Reference</h3></header> <div class="col-lg-12">
<div class="module_content"> <div class="panel panel-info">
<center> <div class="panel-heading">
<table width="100%"> <i class="fa fa-book fa-fw"></i> API Reference
<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>
</table> <div class="panel-body">
</center> <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>
</article> </div>
</div>
</div>

View File

@ -4,7 +4,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-bitbucket fa-fw"></i> Pool Donors <i class="fa fa-bitbucket fa-fw"></i> Pool Donors
</div> </div>
<div class="panel-body"> <div class="panel-body table-responsive">
<table class="table table-striped table-bordered table-hover {if $DONORS}datatable{/if}"> <table class="table table-striped table-bordered table-hover {if $DONORS}datatable{/if}">
<thead> <thead>
<tr> <tr>

View File

@ -3,7 +3,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-desktop fa-fw"></i> Blocks found by own Workers <i class="fa fa-desktop fa-fw"></i> Blocks found by own Workers
</div> </div>
<div class="panel-body no-padding"> <div class="panel-body no-padding table-responsive">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead> <thead>
<tr> <tr>

View File

@ -3,7 +3,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-user fa-fw"></i> Top 25 Blockfinder <i class="fa fa-user fa-fw"></i> Top 25 Blockfinder
</div> </div>
<div class="panel-body no-padding"> <div class="panel-body no-padding table-responsive">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead> <thead>
<tr> <tr>

View File

@ -3,7 +3,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-th fa-fw"></i> Last Found Blocks <i class="fa fa-th fa-fw"></i> Last Found Blocks
</div> </div>
<div class="panel-body no-padding"> <div class="panel-body no-padding table-responsive">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<thead> <thead>
<tr> <tr>

View File

@ -3,7 +3,7 @@
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-bar-chart-o fa-fw"></i> General Statistics <i class="fa fa-bar-chart-o fa-fw"></i> General Statistics
</div> </div>
<div class="panel-body no-padding"> <div class="panel-body no-padding table-responsive">
<table class="table table-striped table-bordered table-hover"> <table class="table table-striped table-bordered table-hover">
<tbody> <tbody>
<tr> <tr>

View File

@ -1,6 +1,6 @@
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-lg-6">
<div class="panel panel-info"> <div class="panel panel-info table-responsive">
<div class="panel-heading"> <div class="panel-heading">
<i class="fa fa-bar-chart fa-fw"></i> Block Statistics <i class="fa fa-bar-chart fa-fw"></i> Block Statistics
</div> </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 &rarr;</a> <a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&next=1">Next &rarr;</a>
</li> </li>
</ul> </ul>
<table class="tablesorter"> <table>
<thead> <thead>
<tr> <tr>
<th colspan="4">Block Statistics</th> <th colspan="4">Block Statistics</th>