From 3861e4e3886aceead858bb399c51025aca69a687 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 3 Dec 2014 11:55:52 -0300 Subject: [PATCH] Fix copayer list from "Send" and "History" --- css/src/main.css | 5 ++++- views/history.html | 17 ++++++----------- views/includes/transaction.html | 2 +- 3 files changed, 11 insertions(+), 13 deletions(-) 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)}}