diff --git a/public/site_assets/mmcFE/css/style.css b/public/site_assets/mmcFE/css/style.css index 2cf130bb..a41aef4c 100644 --- a/public/site_assets/mmcFE/css/style.css +++ b/public/site_assets/mmcFE/css/style.css @@ -459,6 +459,14 @@ a:hover { font-size: 11px; } +.block table tr td.right{ + text-align: right; +} +.block table tr th.right{ + text-align: right; +} + + .block table tr td.delete a { color: #666; } .block table tr td.delete a:hover { color: #dd0000; } diff --git a/public/templates/mmcFE/global/sidebar.tpl b/public/templates/mmcFE/global/sidebar.tpl index b19710a2..db05979f 100644 --- a/public/templates/mmcFE/global/sidebar.tpl +++ b/public/templates/mmcFE/global/sidebar.tpl @@ -7,55 +7,55 @@
- + - + - + - + - + - + - + - + - + - + - + - +
diff --git a/public/templates/mmcFE/statistics/blocks/blocks_found.tpl b/public/templates/mmcFE/statistics/blocks/blocks_found.tpl index 1bab7966..6751ad64 100644 --- a/public/templates/mmcFE/statistics/blocks/blocks_found.tpl +++ b/public/templates/mmcFE/statistics/blocks/blocks_found.tpl @@ -7,8 +7,8 @@ Validity Finder Date / Time - Difficulty - Shares + Difficulty + Shares @@ -19,8 +19,8 @@ {if $BLOCKSFOUND[block].confirmations >= $GLOBAL.confirmations}Confirmed{else}{$GLOBAL.confirmations - $BLOCKSFOUND[block].confirmations} left{/if} {$BLOCKSFOUND[block].finder|default:"unknown"} {$BLOCKSFOUND[block].time|date_format:"%d/%m/%Y %H:%M:%S"} - {$BLOCKSFOUND[block].difficulty|number_format:"8"} - {$BLOCKSFOUND[block].shares|number_format} + {$BLOCKSFOUND[block].difficulty|number_format:"8"} + {$BLOCKSFOUND[block].shares|number_format} {/section} diff --git a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl index 30dbf416..b97c1515 100644 --- a/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/mmcFE/statistics/pool/contributors_hashrate.tpl @@ -5,8 +5,8 @@ Rank User Name - KH/s - Ł/Day (est) + KH/s + Ł/Day (est) @@ -16,16 +16,16 @@ {$rank++} {$CONTRIBHASHES[contrib].account} - {$CONTRIBHASHES[contrib].hashrate|number_format} - {math equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$CONTRIBHASHES[contrib].hashrate} + {$CONTRIBHASHES[contrib].hashrate|number_format} + {math equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$CONTRIBHASHES[contrib].hashrate} {/section} {if $listed != 1} n/a {$GLOBAL.userdata.username} - {$GLOBAL.userdata.hashrate} - {math equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$GLOBAL.userdata.hashrate} + {$GLOBAL.userdata.hashrate} + {math equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$GLOBAL.userdata.hashrate} {/if} diff --git a/public/templates/mmcFE/statistics/pool/contributors_shares.tpl b/public/templates/mmcFE/statistics/pool/contributors_shares.tpl index 02f33283..04e9c3e0 100644 --- a/public/templates/mmcFE/statistics/pool/contributors_shares.tpl +++ b/public/templates/mmcFE/statistics/pool/contributors_shares.tpl @@ -4,8 +4,8 @@ Rank - User Name - Shares + User Name + Shares @@ -15,14 +15,14 @@ {$rank++} {$CONTRIBSHARES[hashrate].account} - {$CONTRIBSHARES[hashrate].shares|number_format} + {$CONTRIBSHARES[hashrate].shares|number_format} {/section} {if $listed != 1} n/a {$GLOBAL.userdata.username} - {$GLOBAL.userdata.shares.valid} + {$GLOBAL.userdata.shares.valid} {/if}