diff --git a/css/src/main.css b/css/src/main.css index a8b52a752..b1e3f04c9 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -248,6 +248,12 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu color: #FFF; } +.home-wallet .wallet-info { + margin-left: 0; + line-height: 110%; + float: left; + } + .side-nav.wallets .avatar-wallet, .wallet-selection.wallets .avatar-wallet { diff --git a/css/src/mobile.css b/css/src/mobile.css index f7504320c..e1f6fa707 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -143,6 +143,14 @@ text-align: center; } + .amount { + background-color: #F1F3F5; + width: 100%; + text-align: center; + padding: 2.4rem 1rem; + margin-bottom: 15px; + } + .scroll-section { position: absolute; top: 120px; @@ -184,15 +192,19 @@ height:100%; } - .avatar-wallet { - background-color: #1ABC9C; - color: #fff; - margin-top: 5px; - margin-left: 5px; - margin-right: 13px; - padding: 0.35rem 0.65rem; + .home-wallet .avatar-wallet { + padding: 1.7rem; + width: 90px; + height: 90px; + position: absolute; + top: -43px; + font-size: 35px; + border: 3px solid #fff; } + .home-wallet .wallet-info { + margin-left: 100px; + } .copayers { position: relative; diff --git a/views/homeWallet.html b/views/homeWallet.html index f412f3554..11c35da47 100644 --- a/views/homeWallet.html +++ b/views/homeWallet.html @@ -4,51 +4,43 @@

Home

- + +
-
+
-
-
-
-
{{$root.wallet.getName() | limitTo: 1}}
-

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

-
-
-
-
- - - {{$root.wallet.balanceInfo.totalBalance || 0}} - - {{$root.wallet.settings.unitName}} - - - - {{$root.wallet.balanceInfo.totalBalanceAlternative}} {{$root.wallet.balanceInfo.alternativeIsoCode}} - N/A - - -
-
+
+ + + {{$root.wallet.balanceInfo.totalBalance || 0}} + + {{$root.wallet.settings.unitName}} + + + + {{$root.wallet.balanceInfo.totalBalanceAlternative}} {{$root.wallet.balanceInfo.alternativeIsoCode}} + N/A + +
- - -
- -
-
- Personal Wallet - - Multisignature wallet [{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} ] - - in TESTNET +
+
{{$root.wallet.getName() | limitTo: 1}}
+
+

+ {{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} +

+
+ Multisignature wallet + Personal Wallet + Testnet
+