diff --git a/public/src/css/common.css b/public/src/css/common.css index e5e9ecf..95f9d21 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 d2f050a..df0af13 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 5105dde..b9c3082 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -4,7 +4,7 @@

Transaction

- +