diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css
index 3e437b5a..8f38373e 100644
--- a/public/site_assets/bootstrap/css/mpos.css
+++ b/public/site_assets/bootstrap/css/mpos.css
@@ -586,3 +586,21 @@ div.fade {
}
/* End Test */
+
+/* Tables */
+
+.table>tbody>tr>th
+{
+padding-left:3px;
+padding-bottom:3px;
+border: 1px solid #ddd;
+background-color: #f9f9f9;
+padding-right:1px;
+}
+
+.table>tbody>tr>td
+{
+ padding:4px;
+}
+
+/* End Tables */
diff --git a/public/templates/bootstrap/statistics/blocks/block_overview_time.tpl b/public/templates/bootstrap/statistics/blocks/block_overview_time.tpl
index 353f4384..fb95cd01 100644
--- a/public/templates/bootstrap/statistics/blocks/block_overview_time.tpl
+++ b/public/templates/bootstrap/statistics/blocks/block_overview_time.tpl
@@ -24,7 +24,7 @@
- | All Time |
+ All Time |
{($FIRSTBLOCKFOUND / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.Total|number_format} |
{$LASTBLOCKSBYTIME.TotalValid|number_format} |
@@ -49,7 +49,7 @@
{($LASTBLOCKSBYTIME.Total|default:"0.00" / ($FIRSTBLOCKFOUND / $COINGENTIME) * 100)|number_format:"2"}% |
- | Last Hour |
+ Last Hour |
{(3600 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.1HourTotal|number_format} |
{$LASTBLOCKSBYTIME.1HourValid|number_format} |
@@ -99,7 +99,7 @@
{($LASTBLOCKSBYTIME.24HourTotal|default:"0.00" / (86400 / $COINGENTIME) * 100)|number_format:"2"}% |
- | Last 7 Days |
+ Last 7 Days |
{(604800 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.7DaysTotal|number_format} |
{$LASTBLOCKSBYTIME.7DaysValid|number_format} |
@@ -124,7 +124,7 @@
{($LASTBLOCKSBYTIME.7DaysTotal|default:"0.00" / (604800 / $COINGENTIME) * 100)|number_format:"2"}% |
- | Last 4 Weeks |
+ Last 4 Weeks |
{(2419200 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.4WeeksTotal|number_format} |
{$LASTBLOCKSBYTIME.4WeeksValid|number_format} |
@@ -149,7 +149,7 @@
{($LASTBLOCKSBYTIME.4WeeksTotal|default:"0.00" / (2419200 / $COINGENTIME) * 100)|number_format:"2"}% |
- | The Past 12 Months |
+ The Past 12 Months |
{(29030400 / $COINGENTIME)|number_format} |
{$LASTBLOCKSBYTIME.12MonthTotal|number_format} |
{$LASTBLOCKSBYTIME.12MonthValid|number_format} |
diff --git a/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl b/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl
index fdbb0565..ab200abe 100644
--- a/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl
+++ b/public/templates/bootstrap/statistics/pool/contributors_hashrate.tpl
@@ -35,7 +35,7 @@
{/section}
{if $listed != 1 && $GLOBAL.userdata.username|default:"" && $GLOBAL.userdata.rawhashrate|default:"0" > 0}
{math assign="myestday" equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$GLOBAL.userdata.rawhashrate}
- {if $GLOBAL.userdata.username|default:""|lower == $CONTRIBHASHES[contrib].account|lower}{assign var=listed value=1}
{else}
{/if}>
+ {if $GLOBAL.userdata.username|default:""|lower == $CONTRIBHASHES[contrib].account|lower}{assign var=listed value=1}{else}
{/if}>
| n/a |
{if $GLOBAL.userdata.donate_percent|default:"0" >= 2}{elseif $GLOBAL.userdata.donate_percent|default:"0" < 2 AND $GLOBAL.userdata.donate_percent|default:"0" > 0}{else}{/if} |
{$GLOBAL.userdata.username|escape} |
diff --git a/public/templates/bootstrap/statistics/pool/contributors_shares.tpl b/public/templates/bootstrap/statistics/pool/contributors_shares.tpl
index 374ea223..fec7d3ab 100644
--- a/public/templates/bootstrap/statistics/pool/contributors_shares.tpl
+++ b/public/templates/bootstrap/statistics/pool/contributors_shares.tpl
@@ -25,7 +25,7 @@
{/section}
{if $listed != 1 && $GLOBAL.userdata.username|default:"" && $GLOBAL.userdata.shares.valid|default:"0" > 0}
- {if $GLOBAL.userdata.username|default:""|lower == $CONTRIBHASHES[contrib].account|lower}{assign var=listed value=1}{else}
{/if}>
+ {if $GLOBAL.userdata.username|default:""|lower == $CONTRIBHASHES[contrib].account|lower}{assign var=listed value=1}{else}
{/if}>
| n/a |
{if $GLOBAL.userdata.donate_percent|default:"0" >= 2}{elseif $GLOBAL.userdata.donate_percent|default:"0" < 2 AND $GLOBAL.userdata.donate_percent|default:"0" > 0}{else}{/if} |
{$GLOBAL.userdata.username|escape} |