From 3ecef220edde15104bd0ac3f855b92e2bbb824c8 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 14 Jul 2014 12:53:48 -0300 Subject: [PATCH] Cleaning html tags --- css/mobile.css | 6 ++++++ css/tpl-clean.css | 6 ++++++ index.html | 39 ++++++++++++++++++++++----------------- 3 files changed, 34 insertions(+), 17 deletions(-) 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)}}" > - +
{{c}} - - -

you{{c.nick}} - Backup ready

+
+
+ you + {{c.nick}} + + Backup ready + [ID: {{c.peerId}}] - +
@@ -161,7 +165,6 @@ ng-show="$root.wallet.publicKeyRing.isBackupReady()"> {{ $root.wallet.publicKeyRing.remainingBackups() }} people have - One person has @@ -218,12 +221,13 @@ [LIVENET] [TESTNET]
-
- Copay v{{version}} -
- -
@@ -239,8 +243,9 @@ avatar peer="{{c}}" ng-class="($root.wallet.getOnlinePeerIDs().indexOf(c.peerId) != -1) ? 'online' : 'offline'" src="./img/satoshi.gif" + alt="{{c}}" /> -
+
{{c.nick}}
@@ -468,7 +473,7 @@ {{balanceByAddr[selectedAddr.address] || 0 | noFractionNumber}} - + {{selectedAddr.address}}
{{selectedAddr.balance || 0|noFractionNumber}} {{$root.unitName}}
@@ -542,7 +547,7 @@
-
+
{{$root.wallet.publicKeyRing.nicknameForCopayer(cId)}}
@@ -808,7 +813,7 @@ {{addr}} {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} - {{info.hidden ? + {{info.hidden ? 'Enable' : 'Disable'}}