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}