diff --git a/css/mobile.css b/css/mobile.css
index 1662fa149..ffbccfcda 100644
--- a/css/mobile.css
+++ b/css/mobile.css
@@ -1,3 +1,9 @@
+/*
+ *
+ * Copay mobile CSS
+ *
+ */
+
@media (max-width: 1024px) {
.logo {
background-size: 90px 44px !important;
diff --git a/css/tpl-clean.css b/css/tpl-clean.css
index a6b2c3581..dd7e6da1e 100644
--- a/css/tpl-clean.css
+++ b/css/tpl-clean.css
@@ -1,3 +1,9 @@
+/*
+ *
+ * Copay Clean Template
+ *
+ */
+
.logo {
background: transparent url('../img/logo.png') no-repeat;
}
diff --git a/index.html b/index.html
index 7e1d39cba..58a9e6342 100644
--- a/index.html
+++ b/index.html
@@ -114,18 +114,22 @@
ng-class="($root.wallet.getOnlinePeerIDs().indexOf(c.peerId) != -1) ? 'online' : 'offline'"
ng-src="{{getVideoURL(c.peerId)}}"
>
-
+ you{{c.nick}}
- Backup ready
-
-
-
{{selectedAddr.balance || 0|noFractionNumber}} {{$root.unitName}}
@@ -542,7 +547,7 @@