From 1c585eaf1c498c5280a500354f92d0d655a37bbb Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 23 Sep 2014 15:06:03 -0300 Subject: [PATCH 1/3] fix addresses details button --- css/src/main.css | 5 ++++- views/addresses.html | 38 +++++++++++++++++++++----------------- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 1d0d9cf2e..aaa07a796 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -944,7 +944,6 @@ button, .button, p { } .addresses .list-addr contact { - margin-left: 42px; cursor: text; } @@ -1157,6 +1156,10 @@ a.text-warning:hover {color: #FD7262;} display: none; } +fieldset legend { + background: transparent; +} + @media only screen and (min-width: 40.063em) { dialog.tiny, .reveal-modal.tiny { width: 50%; diff --git a/views/addresses.html b/views/addresses.html index 937dc186b..5680e180d 100644 --- a/views/addresses.html +++ b/views/addresses.html @@ -8,24 +8,28 @@
- From 90e943f8976a8b36a0c57b56dccdc94fae6f573c Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 23 Sep 2014 15:32:49 -0300 Subject: [PATCH 3/3] fix private message from tx proposal --- views/includes/transaction.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/includes/transaction.html b/views/includes/transaction.html index 7739fe637..59ed5b30c 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -8,7 +8,7 @@
-

+

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