From 3a7a1deeed6962ae97d9df49ba1d5c7446f6724d Mon Sep 17 00:00:00 2001 From: bechi Date: Thu, 4 Dec 2014 15:55:56 -0300 Subject: [PATCH] add style history modal --- css/src/mobile.css | 4 -- views/history.html | 8 +-- views/modals/tx-details.html | 111 +++++++++++++++++------------------ 3 files changed, 58 insertions(+), 65 deletions(-) diff --git a/css/src/mobile.css b/css/src/mobile.css index 24116e58e..c39611451 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -169,10 +169,6 @@ color: white; } - .panel { - padding: 0.5rem; - } - .panel.last-transactions { margin-bottom: 3.25rem; } diff --git a/views/history.html b/views/history.html index 5bcaa1ef1..1f6837332 100644 --- a/views/history.html +++ b/views/history.html @@ -26,7 +26,7 @@
-
@@ -37,8 +37,8 @@ 'gray': btx.action == 'moved'}" ng-show="btx.alternativeAmount != null"> {{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}} -
-
@@ -46,7 +46,7 @@ 'fi-arrow-left' : btx.action == 'received', 'fi-arrow-right': btx.action == 'sent', 'fi-loop': btx.action == 'moved'}"> -
+
diff --git a/views/modals/tx-details.html b/views/modals/tx-details.html index eefaed3cb..3c3755066 100644 --- a/views/modals/tx-details.html +++ b/views/modals/tx-details.html @@ -1,59 +1,58 @@ × -

Transaction Details

-
- ID: {{btx.txid}} +
+
+ +
+ + +
+
+ {{btx.amount}} {{$root.wallet.settings.unitName}} + + {{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}} + +
+
+
+

Transaction Details

+
ID: {{btx.txid}}
- + : - +
- -
-
-
- -
-
- - -
-
- {{btx.amount}} {{$root.wallet.settings.unitName}} - - {{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}} - -
-
-
- -
+
- Unconfirmed + Unconfirmed - Confirmations:{{btx.confirmations}} + Confirmations: + {{btx.confirmations}}
- To: {{btx.labelTo || btx.addressTo}} + + To: + {{btx.labelTo || btx.addressTo}} +
@@ -64,25 +63,23 @@
- Copayers Actions - - - - - - - - -
- - - - - {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} -
+ Copayers Actions +
    +
  • + + + + + + + + + {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} +
  • +
-