From 081f299a5425bebcae300396879712005e6c01bc Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 31 Oct 2014 15:17:39 -0300 Subject: [PATCH 1/3] fix home style --- css/src/main.css | 13 ++++- views/homeWallet.html | 114 +++++++++++++++++++++--------------------- 2 files changed, 68 insertions(+), 59 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 007944bf6..79ac73219 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -80,7 +80,7 @@ font-family: 'Ubuntu', Helvetica, sans-serif !important; } -h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6, .panel h2 { color: #2C3E50; } @@ -246,6 +246,17 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu -webkit-box-shadow: 0 0 0px 1000px white inset; } +.home-wallet .avatar-wallet { + background: #1ABC9C; + margin: 0; + width: 45px; + height: 45px; + font-size: 30px; + padding-top: 10px; + margin-right: 15px; + color: #FFF; +} + .side-nav.wallets .avatar-wallet{ background-color: #7A8C9E; color: #213140; diff --git a/views/homeWallet.html b/views/homeWallet.html index d95152be2..c922d691e 100644 --- a/views/homeWallet.html +++ b/views/homeWallet.html @@ -1,70 +1,68 @@ -
+
-

Home

-
-
+

Home

- -
-
{{$root.wallet.getName() | limitTo: 1}}
-
{{$root.wallet.getName()}}
-
- {{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}} - {{totalBalanceAlternative |noFractionNumber:2}} {{alternativeIsoCode}} + +
+
+
+
{{$root.wallet.getName() | limitTo: 1}}
+
+
+

{{$root.wallet.getName()}}

+
+
+ {{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}} + {{totalBalanceAlternative |noFractionNumber:2}} {{alternativeIsoCode}}
- -
-
-
-
- - - Quick receive -
- - -
-

{{address.addressStr}}

- - - -
-
-
-
-
- -
-
- {{copayer.peerId}} -
- - {{'Me'|translate}} - {{copayer.nick}} + +
+
+

Quick receive

+
+ + +
+

{{address.addressStr}}

+ + + +
+ +
+
-
Ready
-
- +
+ -
+ +
+
+

Copayers

+
+ {{copayer.peerId}} +
+ + {{'Me'|translate}} + {{copayer.nick}} +
+
Ready
+
+
+
From d8cd4240fa7205523dba7d1071d20e9e06bcd5e8 Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 31 Oct 2014 15:21:52 -0300 Subject: [PATCH 2/3] fix copayers --- views/copayers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/copayers.html b/views/copayers.html index 12342f945..3c6b08631 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -18,7 +18,7 @@
-
+
From 93532254095e6029c7a9f84a53db1d8f85b3a2d5 Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 31 Oct 2014 15:36:49 -0300 Subject: [PATCH 3/3] fix more section --- views/more.html | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/views/more.html b/views/more.html index 471dc210c..03d72ad6b 100644 --- a/views/more.html +++ b/views/more.html @@ -1,6 +1,21 @@

{{$root.title}}

-
+
+
+
+ Wallet Unit + +
+
+ Alternative Currency + +
+
+
+
+

Backup

It's important to backup your wallet so that you can recover it in case of disaster @@ -20,31 +35,16 @@

Copy this text as it is in a safe place (notepad or email)
-
-
-
-
- Wallet Unit - -
-
- Alternative Currency - -
-
-
-
-
-

Delete Wallet

-

If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet.

-
- Delete +
+
+

Delete Wallet

+

If all funds have been removed from your wallet and you do not wish to have the wallet data stored on your computer anymore, you can delete your wallet.

+
+ Delete +
-

- + Show Hide