From 9f7cc5c0e14d88d75353d7126174450b70c7caba Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 28 Jun 2013 15:34:40 +0200 Subject: [PATCH 1/2] fixing mobile hashrate table --- .../templates/mobile/statistics/pool/contributors_hashrate.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mobile/statistics/pool/contributors_hashrate.tpl b/public/templates/mobile/statistics/pool/contributors_hashrate.tpl index fbfcba82..15fae80a 100644 --- a/public/templates/mobile/statistics/pool/contributors_hashrate.tpl +++ b/public/templates/mobile/statistics/pool/contributors_hashrate.tpl @@ -13,7 +13,7 @@ {assign var=listed value=0} {section contrib $CONTRIBHASHES} {math assign="estday" equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$CONTRIBHASHES[contrib].hashrate} - {if $GLOBAL.userdata.username == $CONTRIBSHARES[hashrate].account}{assign var=listed value=1}{/if} + {if $GLOBAL.userdata.username == $CONTRIBSHARES[contrib].account}{assign var=listed value=1}{/if} {$rank++} {$CONTRIBHASHES[contrib].account} From eb41138f3636e83f2c6344ede4ad4d8a7adeba98 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 29 Jun 2013 14:51:21 +0200 Subject: [PATCH 2/2] Wider sidebar, smaller font Fixes #274 --- public/site_assets/mmcFE/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/site_assets/mmcFE/css/style.css b/public/site_assets/mmcFE/css/style.css index 6243fbfc..e9284371 100644 --- a/public/site_assets/mmcFE/css/style.css +++ b/public/site_assets/mmcFE/css/style.css @@ -878,9 +878,9 @@ a:hover { } .block.withsidebar .block_content .sidebar { - width: 210px; + width: 230px; float: left; - font-size: 11px; + font-size: 10px; } .block.withsidebar .block_content .sidebar p { @@ -918,7 +918,7 @@ a:hover { } .block.withsidebar .block_content .sidebar_content { - padding: 15px 20px 15px 210px; + padding: 15px 20px 15px 230px; } /* Image list */