diff --git a/css/src/main.css b/css/src/main.css index aaa07a796..ab6a2f465 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -279,11 +279,11 @@ a:hover { } .last-transactions-header { - padding: 1rem 0; + padding: 1rem; } .last-transactions-footer { - padding: 1rem 0; + padding: 1rem; overflow: hidden; } @@ -325,6 +325,12 @@ a:hover { color: #fff; } +.last-transactions-header .label, .last-transactions-footer .label { + white-space: normal; + text-align: left; + line-height: 1.2rem; +} + .input-note { margin-top: -10px; display: block; diff --git a/views/includes/transaction.html b/views/includes/transaction.html index 59ed5b30c..60918c04c 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -1,31 +1,34 @@ -
-
- - - - - - -
-
-

- {{tx.comment}} Created by {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} -

-
-
-
-
-

{{out.value | noFractionNumber}} {{$root.wallet.settings.unitName}}

-

{{out.value | noFractionNumber}} {{$root.wallet.settings.unitName}}

-
-
-
- +
+
+ +
+

+ {{tx.comment}} Created by {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} +

+
+
+
+
+

{{out.value | noFractionNumber}} {{$root.wallet.settings.unitName}}

+

{{out.value | noFractionNumber}} {{$root.wallet.settings.unitName}}

+
+
+
+ +
-
-
-

{{tx.createdTs | amCalendar}}

+ +
+

{{tx.createdTs | amCalendar}}

+
diff --git a/views/transactions.html b/views/transactions.html index eb7a5932c..d4bb0aaf6 100644 --- a/views/transactions.html +++ b/views/transactions.html @@ -5,7 +5,9 @@
-
+
+
+

No transactions proposals yet.

@@ -29,21 +31,23 @@
No transactions yet.
-
- -
-
- first seen at - +
+
+ -
- mined - +
+
+ first seen at + +
+
+ mined + +
@@ -72,12 +76,14 @@