diff --git a/public/img/icon-bws-white.svg b/public/img/icon-bws-white.svg new file mode 100644 index 000000000..ab84e6326 --- /dev/null +++ b/public/img/icon-bws-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/icon-ledger-white.svg b/public/img/icon-ledger-white.svg new file mode 100644 index 000000000..f320cba64 --- /dev/null +++ b/public/img/icon-ledger-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/icon-lock-white.svg b/public/img/icon-lock-white.svg new file mode 100644 index 000000000..1577af73f --- /dev/null +++ b/public/img/icon-lock-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/icon-read-only-white.svg b/public/img/icon-read-only-white.svg new file mode 100644 index 000000000..eb08d3389 --- /dev/null +++ b/public/img/icon-read-only-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/icon-sync-white.svg b/public/img/icon-sync-white.svg new file mode 100644 index 000000000..eecb08f69 --- /dev/null +++ b/public/img/icon-sync-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/icon-testnet-white.svg b/public/img/icon-testnet-white.svg new file mode 100644 index 000000000..2e300a23c --- /dev/null +++ b/public/img/icon-testnet-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/img/icon-trezor-white.svg b/public/img/icon-trezor-white.svg new file mode 100644 index 000000000..d0f648f0e --- /dev/null +++ b/public/img/icon-trezor-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/views/includes/walletInfo.html b/public/views/includes/walletInfo.html index 6ff654914..9e55a1f0d 100644 --- a/public/views/includes/walletInfo.html +++ b/public/views/includes/walletInfo.html @@ -1,16 +1,20 @@ -{{index.m}}-of-{{index.n}} - - +{{index.m}}-of-{{index.n}} + + - - -#{{index.account || 0}} + + +#{{index.account || 0}} - + - + - + diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 95152f415..c75a3e09e 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -107,29 +107,8 @@ -
-
- -
-
-
-

- {{(index.alias || index.walletName)}} -

-
- -
-
-
-

- {{(index.alias || index.walletName)}} -

-
- -
-
-
+
+
@@ -137,7 +116,7 @@
-
+
@@ -155,7 +134,7 @@
-
+

Payment Proposals

Unsent transactions

@@ -174,7 +153,7 @@
No transactions yet @@ -198,7 +177,7 @@
-
+

Activity

diff --git a/src/css/main.css b/src/css/main.css index 57f311f3f..3dd261ed8 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -73,7 +73,7 @@ h4.title a { } -.preferences h4, .modal-content h4, .walletHome h4, .glidera h4 { +.preferences h4, .modal-content h4, .glidera h4 { background: #F6F7F9; padding: 25px 0px 5px 10px; text-transform: uppercase; @@ -83,6 +83,10 @@ h4.title a { margin:0; } +.walletHome h4 { + padding: 15px 0px 5px 10px; +} + .preferences ul, .modal-content ul { font-size:14px; @@ -1003,7 +1007,9 @@ a.button.postfix { } .walletHome .icon-wallet { - margin-top: 14px; + display: inline-block; + margin: 0; + vertical-align: baseline; } .icon-input { diff --git a/src/css/mobile.css b/src/css/mobile.css index 421617fdd..fcdc3af21 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -192,7 +192,8 @@ _:-ms-fullscreen, :root .main { text-align: center; padding: 1.5rem 1rem 1.5rem 1rem; color: #fff; - height: 175px; + height: 150px; + margin-bottom: 25px; } .alternative-amount { @@ -219,12 +220,6 @@ _:-ms-fullscreen, :root .main { height:100%; } -.avatar-name { - position: relative; - padding-top: 10px; - background-color: #fff; -} - .walletHome .avatar-wallet { padding: 0.5rem; width: 75px; @@ -242,10 +237,12 @@ _:-ms-fullscreen, :root .main { } .walletHome .wallet-info { - margin-left: 85px; - line-height: 110%; - height: 60px; - overflow: hidden; + position: absolute; + top: inherit; + left: 10px; + bottom: 26px; + font-size: 20px; + color: #fff; } .camera-icon a { @@ -258,7 +255,7 @@ _:-ms-fullscreen, :root .main { border-radius: 100%; top: inherit; right: 15px; - bottom: 45px; + bottom: 2px; line-height: 12px; } @@ -808,7 +805,7 @@ textarea:focus transform: translate3d(-100%, 0, 0); width:100%; position: absolute; - top: 45px; + top: 44px; bottom: 37px; overflow: auto; padding-bottom: 40px;