From 677537064ff6317255e0966a00f632c794dec61b Mon Sep 17 00:00:00 2001 From: Javier Date: Thu, 18 Aug 2016 17:45:59 -0300 Subject: [PATCH] Fix Home UI --- public/views/tab-home.html | 76 ++++++++++++++++++++------------------ src/sass/main.scss | 4 ++ 2 files changed, 44 insertions(+), 36 deletions(-) diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 3191aaf27..09b5fb3ea 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -5,50 +5,55 @@ -

Payment Proposals

-
-
    -
  • - - - - {{addressbook[tx.toAddress]}} +
    +

    Payment Proposals

    +
    +
      +
    • + + + + {{addressbook[tx.toAddress]}} + + + {{tx.message}} + + + Sending + - - {{tx.message}} + + {{tx.merchant.domain}} + {{tx.merchant.domain}} - - Sending - - - - {{tx.merchant.domain}} - {{tx.merchant.domain}} - - - {{tx.amountStr}} -
      - {{tx.wallet.name}} · -
      -
      -
    • -
    +
    + {{tx.wallet.name}} · +
    +
  • +
-
- Total Locked Balance: - {{lockedBalanceStr}} - {{lockedBalanceAlternative}} {{alternativeIsoCode}} +
+ Total Locked Balance: + {{lockedBalanceStr}} + {{lockedBalanceAlternative}} {{alternativeIsoCode}} +
+
+
+

Wallets

+
+
+ +
+
-

Wallets - -

    @@ -71,8 +76,7 @@
- -

Next steps

+

Next steps

  • @@ -87,7 +91,7 @@ Gift Cards -bla bla + bla bla
diff --git a/src/sass/main.scss b/src/sass/main.scss index c0b3e914a..f6b3467b0 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -934,6 +934,10 @@ ul.wallet-selection.wallets { line-height: 45px; } +.add-icon { + line-height: 33px; +} + .no-border { border-style: none; }