From b8d872e2d63cc6920d97b72e305891d888ebe7ea Mon Sep 17 00:00:00 2001 From: Bechi Date: Mon, 17 Feb 2014 17:19:22 -0300 Subject: [PATCH] adres-tx-page --- public/src/css/common.css | 11 ++++++++++- public/views/address.html | 1 + public/views/transaction.html | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/public/src/css/common.css b/public/src/css/common.css index e5e9ecf8..95f9d211 100644 --- a/public/src/css/common.css +++ b/public/src/css/common.css @@ -490,6 +490,11 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { text-align: center; width: 30px; } + +.btn-copy:hover, .btn-expand:hover { + background-color: #f2f2f2; +} + .btn-copy { background: #fff url('/img/icons/copy.png') center center no-repeat; margin-left: 5px; @@ -520,10 +525,14 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0 auto; width: 165px; color: #FFFFFF; - font-size: 80px; text-align: center; } +.tx-id span { + font-size: 40px; + margin: 30px 0; +} + .transaction-vin-vout .ellipsis { margin-bottom: 10px; } .transaction-vin-vout .btc-value { margin-left: 15px; } diff --git a/public/views/address.html b/public/views/address.html index d2f050ac..df0af133 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -5,6 +5,7 @@

Address

+

{{$root.currency.getConvertion(address.balance)}}

diff --git a/public/views/transaction.html b/public/views/transaction.html index 5105dde0..b9c30827 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -4,7 +4,7 @@

Transaction

- +