[IMPROVED] Wrapper for contributor stats
Fixes a small alignment issue with unbalance table heights.
This commit is contained in:
parent
41defc88fa
commit
88c962266f
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user