From e7c6422770b3cb90c4b9aaa041c680b7a2e4477c Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 14 Jan 2015 16:48:13 -0300 Subject: [PATCH] fix look&feel setting page --- views/more.html | 151 +++++++++++++++++++++++++++--------------------- 1 file changed, 85 insertions(+), 66 deletions(-) diff --git a/views/more.html b/views/more.html index 6a58f05f7..136611381 100644 --- a/views/more.html +++ b/views/more.html @@ -23,77 +23,57 @@ -
-
-

{{wallet.name || wallet.id }}

-

- {{wallet.requiredCopayers}} of {{wallet.totalCopayers}} - {{networkName}} - , {{isComplete ? 'Complete' : 'Waiting for copayers...'}} -

-
- {{wallet.balanceInfo.totalBalance || 0}} {{wallet.settings.unitName}} -
-
- Approximate size: {{wallet.kb}} kB - ({{wallet.usage}}%) -
- -
-
- -
- - {{error|translate}} - -
- -
-
- - -
-
- -
-
- -
-

Copy backup in a safe place

-
- - - -
-
- Copy this text as it is in a safe place (notepad or email) -
-
+
+
+

Wallet info

+ + + + + + + + + + + + + + + + + + + + + +
Name:{{wallet.name || wallet.id }}
Status:{{isComplete ? 'Complete' : 'Waiting for copayers...'}}
Type:{{wallet.requiredCopayers}} of {{wallet.totalCopayers}} - {{networkName}}
Balance:{{wallet.balanceInfo.totalBalance || 0}} {{wallet.settings.unitName}}
Aprox. size:{{wallet.kb}} kB ({{wallet.usage}}%)
-
-

Are you sure you want to delete the wallet - {{(wallet.name || wallet.id)}} -

-
- +
+ +
+
+ + +
+
+ +
+
+

Copy backup in a safe place

+
+ + +
-
- +
+ Copy this text as it is in a safe place (notepad or email)
- +