diff --git a/css/src/main.css b/css/src/main.css index 5777adcd1..945f9da8a 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -279,11 +279,11 @@ a:hover { } .last-transactions-header { - padding: 1rem; + padding: 0.5rem; } .last-transactions-footer { - padding: 1rem; + padding: 0.5rem; overflow: hidden; } @@ -293,6 +293,13 @@ a:hover { background: #CED3DB; } +table.last-transactions-content { + padding: 0; + border: 0; + background-color: #fff; + margin: 0; +} + .last-transactions-content .box-status { font-size: 13px; width: 30px; @@ -311,24 +318,27 @@ a:hover { border: 2px solid #7A8C9B; } -.last-transactions-content .box-copayer .icon-active { +.last-transactions-content .icon-active { color: #fff; } -.last-transactions-content .box-copayer .icon-active-check { +.last-transactions-content .icon-active-check { background-color: #3FBC9C; color: #fff; } -.last-transactions-content .box-copayer .icon-active-x { +.last-transactions-content .icon-active-x { background-color: #C0392B; color: #fff; } -.last-transactions-header .label, .last-transactions-footer .label { +.private-message { white-space: normal; text-align: left; - line-height: 1.2rem; + width: 100%; + background-color: #008cba; + padding: 5px 10px; + color: #fff; } .input-note { diff --git a/css/src/mobile.css b/css/src/mobile.css index 4dcbd24ff..62fe6f668 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -157,5 +157,11 @@ padding: 0 5px; } + table .icon-status { + border-radius: 0; + padding: 0.1rem 0.3rem; + margin-bottom: 0; + } + } diff --git a/views/includes/transaction.html b/views/includes/transaction.html index a24afa6fe..047627147 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -1,6 +1,7 @@
+

{{tx.createdTs | amCalendar}}

-
+
@@ -8,12 +9,13 @@
-
-

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

+
+
+ {{tx.comment}} Created by + {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} +
-
+
@@ -39,13 +41,33 @@
-
+

{{tx.createdTs | amCalendar}}

- -
+ + + + + + + + + +
{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} + + + + + + + + + + +
+