diff --git a/css/src/main.css b/css/src/main.css index 1ee1c3a4d..edc428dd7 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -433,12 +433,15 @@ ul.tx-copayers { } .tx-copayers li { - border-bottom: 1px solid #CAD2DA; list-style: none; padding: 0.3rem; font-size: 12px; } +.tx-copayers li.bottom-line-copayers { + border-bottom: 1px solid #CAD2DA; +} + .last-transactions-header { border-radius: 3px 3px 0 0; background: #2C3E50; diff --git a/views/history.html b/views/history.html index eaa23f302..074636da7 100644 --- a/views/history.html +++ b/views/history.html @@ -96,21 +96,16 @@ - - + - - + diff --git a/views/includes/transaction.html b/views/includes/transaction.html index 95447f1a5..78893e0af 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -101,7 +101,7 @@
{{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} +
+ + - - - - - - - + {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}}