From 3ef1aa40309c0f9dff895b4c473fe3e4672aba4d Mon Sep 17 00:00:00 2001 From: nrpatten Date: Mon, 10 Mar 2014 09:16:25 -0700 Subject: [PATCH] [UPDATE] Overview MH/s size --- public/site_assets/bootstrap/css/mpos.css | 5 +++++ public/templates/bootstrap/dashboard/overview_no_price.tpl | 6 +++--- public/templates/bootstrap/dashboard/overview_price.tpl | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index d5ee7907..662ee784 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -395,3 +395,8 @@ th.shareswarning { width:20% } } + +span.overview-mhs { + font-size: 11px; + font-weight: bold; +} diff --git a/public/templates/bootstrap/dashboard/overview_no_price.tpl b/public/templates/bootstrap/dashboard/overview_no_price.tpl index 1a3a5ea9..9963a0e1 100644 --- a/public/templates/bootstrap/dashboard/overview_no_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_no_price.tpl @@ -1,6 +1,6 @@

My Hashrate

- {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal} + {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -12,7 +12,7 @@

Pool Hashrate

- {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool} + {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -24,7 +24,7 @@

Net Hashrate

- {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network} + {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}
diff --git a/public/templates/bootstrap/dashboard/overview_price.tpl b/public/templates/bootstrap/dashboard/overview_price.tpl index 837465ad..f003cd8f 100644 --- a/public/templates/bootstrap/dashboard/overview_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_price.tpl @@ -1,6 +1,6 @@

My Hashrate

- {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal} + {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -12,7 +12,7 @@

Pool Hashrate

- {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool} + {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -24,7 +24,7 @@

Net Hashrate

- {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network} + {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}