diff --git a/css/src/main.css b/css/src/main.css index 945f9da8a..efae2e357 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -333,12 +333,26 @@ table.last-transactions-content { } .private-message { - white-space: normal; - text-align: left; - width: 100%; - background-color: #008cba; - padding: 5px 10px; + margin-bottom: 10px; + padding-bottom: 5px; + border-bottom: 1px solid #fff; + line-height: 20px; +} + +.header-message { + background-color: #F8F8FB; + height: 18px; +} + +.date-message { + background-color: #3C4E60; color: #fff; + font-size: 12px; + padding: 2px 5px; + -webkit-border-radius: 0 5px 0 0; + -moz-border-radius: 0 5px 0 0; + -ms-border-radius: 0 5px 0 0; + border-radius: 0 5px 0 0; } .input-note { diff --git a/views/includes/transaction.html b/views/includes/transaction.html index 75155adbf..bc47f6a9f 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -1,20 +1,25 @@ +
+ {{tx.createdTs | amCalendar}} +
-

{{tx.createdTs | amCalendar}}

+
+ {{tx.comment}} +
-
-
- {{tx.comment}} Created by - {{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}} -
-
@@ -46,7 +51,7 @@
- +
{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} @@ -116,11 +121,11 @@ Reject -
- -