[IMPROVED] Wrapper for contributor stats

Fixes a small alignment issue with unbalance table heights.
This commit is contained in:
Sebastian Grewe 2014-01-11 12:04:48 +01:00
parent 41defc88fa
commit 88c962266f
3 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<article class="module width_half" style="min-height: 350px">
<article class="module width_half">
<header><h3>Contributor Hashrates</h3></header>
<div>
<table class="tablesorter" cellspacing="0">

View File

@ -1,4 +1,4 @@
<article class="module width_half" style="min-height: 350px;">
<article class="module width_half">
<header><h3>Contributor Shares</h3></header>
<table class="tablesorter" cellspacing="0">
<thead>

View File

@ -1,10 +1,11 @@
<!-- Wrapper -->
<div style="overflow: auto">
{include file="statistics/pool/contributors_shares.tpl"}
{include file="statistics/pool/contributors_hashrate.tpl"}
</div>
{include file="statistics/pool/general_stats.tpl"}
{include file="statistics/blocks/small_table.tpl" ALIGN="right" SHORT=true}
{include file="statistics/blocks/small_table.tpl"}
{if !$GLOBAL.website.api.disabled && !$GLOBAL.config.disable_navbar && !$GLOBAL.config.disable_navbar_api}
{include file="statistics/js.tpl"}