diff --git a/css/src/main.css b/css/src/main.css index f1ca614f7..1cd47a176 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -401,7 +401,7 @@ table.last-transactions-content { padding: 0; border: 0; background-color: #F8F8FB; - margin: 15px 0; + margin: 0; } .last-transactions-content .box-status { @@ -438,9 +438,8 @@ table.last-transactions-content { .private-message { margin-bottom: 10px; - padding-bottom: 5px; + padding-bottom: 10px; border-bottom: 1px solid #fff; - line-height: 20px; } .header-message { diff --git a/views/history.html b/views/history.html index 27ac42776..74eaec1bc 100644 --- a/views/history.html +++ b/views/history.html @@ -10,7 +10,7 @@
-
+
diff --git a/views/includes/transaction.html b/views/includes/transaction.html index 810867104..aa52d45d1 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -1,4 +1,4 @@ -
+
{{tx.createdTs | amCalendar}}
@@ -6,39 +6,19 @@ {{tx.comment}}
-
-
-
-
-
- {{out.value |noFractionNumber}} - {{$root.wallet.settings.unitName}} -
-
- {{out.value |noFractionNumber}} {{$root.wallet.settings.unitName}} -
-
-
-
- -
+
+
+
+ {{out.value |noFractionNumber}} {{$root.wallet.settings.unitName}}
- -
- {{tx.createdTs | amCalendar}} +
+
+
- +
{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} @@ -59,64 +39,30 @@
-
-
- - {{c.cId}} - -
- - - - - - - - - - - - - - - - - - - - - -
- -
- {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} -
-
-