diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index 9309a496..87fe7f34 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -460,10 +460,15 @@ span.spark-25 { } p.up { - margin: -10px 0px 0px 0px; + margin: -5px 0px -8px; } div.up { margin: -10px 0px 6px 0px; } + +p.up-more { + margin: -6px 0px 10px; +} + /* End Test */ diff --git a/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl b/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl index bb709c46..e180bf7d 100644 --- a/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl +++ b/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl @@ -5,7 +5,7 @@
-

My Hashrate

+

My Hashrate

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

Pool Hashrate

+

Pool Hashrate

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

My Sharerate

+

My Sharerate

{$GLOBAL.userdata.sharerate|number_format:"2"} S/s @@ -59,7 +59,7 @@
-

Pool Workers

+

Pool Workers

{$GLOBAL.workers}
@@ -76,7 +76,7 @@
-

Net Hashrate

+

Net Hashrate

{$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network} @@ -94,7 +94,7 @@
-

{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}

+

{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}

{$GLOBAL.price|default:"0"|number_format:"8"}
diff --git a/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl b/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl index 3e9edfdd..67d7002e 100644 --- a/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl +++ b/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl @@ -5,7 +5,7 @@
-

My Hashrate

+

My Hashrate

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

Pool Hashrate

+

Pool Hashrate

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

My Sharerate

+

My Sharerate

{$GLOBAL.userdata.sharerate|number_format:"2"} S/s @@ -59,7 +59,7 @@
-

Pool Workers

+

Pool Workers

{$GLOBAL.workers}
@@ -76,7 +76,7 @@
-

Net Hashrate

+

Net Hashrate

{$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network} diff --git a/public/templates/bootstrap/dashboard/round_statistics/pplns/round.tpl b/public/templates/bootstrap/dashboard/round_statistics/pplns/round.tpl index 5cac279a..4e28db5d 100644 --- a/public/templates/bootstrap/dashboard/round_statistics/pplns/round.tpl +++ b/public/templates/bootstrap/dashboard/round_statistics/pplns/round.tpl @@ -7,7 +7,7 @@
-

{$NETWORK.block}

+

{$NETWORK.block}

Current Block

@@ -22,7 +22,7 @@
-

{$ESTIMATES.percent|number_format:"2"}%

+

{$ESTIMATES.percent|number_format:"2"}%

Of Expected Shares

@@ -37,7 +37,7 @@
-

{$GLOBAL.userdata.estimates.payout|number_format:"8"}

+

{$GLOBAL.userdata.estimates.payout|number_format:"8"}

{$GLOBAL.config.currency} Estimated Earnings

@@ -52,7 +52,7 @@
-

{$NETWORK.difficulty|number_format:"8"}

+

{$NETWORK.difficulty|number_format:"8"}

Difficulty

@@ -83,7 +83,7 @@
-

{$NETWORK.EstTimePerBlock|seconds_to_words}

+

{$NETWORK.EstTimePerBlock|seconds_to_words}

Est. Avg. Time per Block