diff --git a/public/site_assets/bluemoon/css/new.css b/public/site_assets/bluemoon/css/new.css
index 33470274..32e33e3d 100644
--- a/public/site_assets/bluemoon/css/new.css
+++ b/public/site_assets/bluemoon/css/new.css
@@ -1354,6 +1354,26 @@ ul.appointments {
top: 2px;
display: none; }
+
+
+
+.mini-widget-orange .mini-widget-heading {
+ background: #FAB20A;
+ color: black; }
+ .mini-widget-orange .mini-widget-heading .pull-right {
+ color: white; }
+.mini-widget-orange .mini-widget-body {
+ background: #EBAD1C; }
+ .mini-widget-orange .mini-widget-body i {
+ color: #FCCD60; }
+ .mini-widget-orange .mini-widget-body .number {
+ color: white; }
+.mini-widget-orange .mini-widget-footer {
+ color: white;
+ background: #CC930E; }
+
+
+
.mini-widget-yellow .mini-widget-heading {
background: #ffff00;
color: black; }
diff --git a/templates/bluemoon/dashboard/account_data/_workers.tpl b/templates/bluemoon/dashboard/account_data/_workers.tpl
deleted file mode 100644
index 4e3887d1..00000000
--- a/templates/bluemoon/dashboard/account_data/_workers.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
- {if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}
-
-
-
- | Worker |
- Hashrate |
- Difficulty |
-
-
-
- No worker information available |
-
-
-
- {/if}
diff --git a/templates/bluemoon/dashboard/default.tpl b/templates/bluemoon/dashboard/default.tpl
index 98079e8c..b993cf2c 100644
--- a/templates/bluemoon/dashboard/default.tpl
+++ b/templates/bluemoon/dashboard/default.tpl
@@ -18,11 +18,22 @@
{* Load our payout system so we can load some payout specific templates *}
{assign var=PAYOUT_SYSTEM value=$GLOBAL.config.payout_system}
- {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/round.tpl"}
- {include file="dashboard/blocks/default.tpl"}
- {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/shares.tpl"}
+ {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/default.tpl"}
{if !$DISABLED_API}
- {include file="dashboard/worker_information/default.tpl"}
+
+
+ {include file="dashboard/blocks/default.tpl"}
+
+
+ {include file="dashboard/worker_information/default.tpl"}
+
+
+ {else}
+
+
+ {include file="dashboard/blocks/default.tpl"}
+
+
{/if}
diff --git a/templates/bluemoon/dashboard/round_statistics/prop/round.tpl b/templates/bluemoon/dashboard/round_statistics/prop/default.tpl
similarity index 61%
rename from templates/bluemoon/dashboard/round_statistics/prop/round.tpl
rename to templates/bluemoon/dashboard/round_statistics/prop/default.tpl
index 82ccb74e..2519ec8f 100644
--- a/templates/bluemoon/dashboard/round_statistics/prop/round.tpl
+++ b/templates/bluemoon/dashboard/round_statistics/prop/default.tpl
@@ -1,112 +1,144 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/bluemoon/dashboard/round_statistics/prop/shares.tpl b/templates/bluemoon/dashboard/round_statistics/prop/shares.tpl
deleted file mode 100644
index 3540d9da..00000000
--- a/templates/bluemoon/dashboard/round_statistics/prop/shares.tpl
+++ /dev/null
@@ -1,61 +0,0 @@
-
diff --git a/templates/bluemoon/dashboard/worker_information/default.tpl b/templates/bluemoon/dashboard/worker_information/default.tpl
index 93bf34b0..78b16210 100644
--- a/templates/bluemoon/dashboard/worker_information/default.tpl
+++ b/templates/bluemoon/dashboard/worker_information/default.tpl
@@ -1,29 +1,27 @@
{if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}
-