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..529fec962 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 Signatures
+
+ -
+
+
+
+
+
+
+
+
+ {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}}
+
+
-