From d6244e371511782703b2b2127da0c2fcdb2d571c Mon Sep 17 00:00:00 2001 From: nrpatten Date: Thu, 13 Mar 2014 05:07:09 -0700 Subject: [PATCH] [FIX] Small Rez row center --- public/site_assets/bootstrap/css/mpos.css | 6 ++++++ .../dashboard/overview/_with_price_graph.tpl | 14 +++++++------- .../dashboard/overview/_without_price_graph.tpl | 10 +++++----- .../bootstrap/dashboard/overview/default.tpl | 2 +- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/public/site_assets/bootstrap/css/mpos.css b/public/site_assets/bootstrap/css/mpos.css index 32b640e5..4c6dcdcc 100644 --- a/public/site_assets/bootstrap/css/mpos.css +++ b/public/site_assets/bootstrap/css/mpos.css @@ -398,4 +398,10 @@ div.progress-fix { margin: 0px 0px 5px 0px; } +span.spark-18 { + margin: -20%; +} +span.spark-25 { + margin: -25%; +} diff --git a/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl b/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl index 95f25415..cda1bc1c 100644 --- a/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl +++ b/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl @@ -2,36 +2,36 @@

My Hashrate

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

My Sharerate

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

Pool Hashrate

{$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
- +

Pool Workers

{$GLOBAL.workers}
- +

Net Hashrate

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

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

- {$GLOBAL.price|default:"0"|number_format:"8"} + {$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 b6ce111e..806dbbf7 100644 --- a/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl +++ b/public/templates/bootstrap/dashboard/overview/_without_price_graph.tpl @@ -2,30 +2,30 @@

My Hashrate

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

My Sharerate

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

Pool Hashrate

{$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
- +

Pool Workers

{$GLOBAL.workers}
- +

Net Hashrate

{$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}
- +
diff --git a/public/templates/bootstrap/dashboard/overview/default.tpl b/public/templates/bootstrap/dashboard/overview/default.tpl index 822c6c34..de533cc7 100644 --- a/public/templates/bootstrap/dashboard/overview/default.tpl +++ b/public/templates/bootstrap/dashboard/overview/default.tpl @@ -5,7 +5,7 @@ Pool Information -
+