diff --git a/css/src/main.css b/css/src/main.css
index 7227a1bc4..3fd9163fd 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;
}
@@ -250,6 +250,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/copayers.html b/views/copayers.html
index 12342f945..3c6b08631 100644
--- a/views/copayers.html
+++ b/views/copayers.html
@@ -18,7 +18,7 @@
-
+
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}}
-
-
-
-
-
- Copy to clipboard
-
-
-
-
-
-
-
-
-
-
- {{'Me'|translate}}
-
{{copayer.nick}}
+
+
+
+
Quick receive
+
+
+
+
+
{{address.addressStr}}
+
+
+
+
+
+ Copy to clipboard
+
+
+
-
Ready
-
-
+
+
-
+
+
+
+
Copayers
+
+
+
+
+ {{'Me'|translate}}
+ {{copayer.nick}}
+
+
Ready
+
+
+
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}}
-
+
+
+
+
+
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)
-
-
-
-
-
-
-
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.
+
-
-
+
Show
Hide