adres-tx-page

This commit is contained in:
Bechi 2014-02-17 17:19:22 -03:00
parent e0647e71d0
commit b8d872e2d6
3 changed files with 12 additions and 2 deletions

View File

@ -490,6 +490,11 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
text-align: center; text-align: center;
width: 30px; width: 30px;
} }
.btn-copy:hover, .btn-expand:hover {
background-color: #f2f2f2;
}
.btn-copy { .btn-copy {
background: #fff url('/img/icons/copy.png') center center no-repeat; background: #fff url('/img/icons/copy.png') center center no-repeat;
margin-left: 5px; margin-left: 5px;
@ -520,10 +525,14 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin: 0 auto; margin: 0 auto;
width: 165px; width: 165px;
color: #FFFFFF; color: #FFFFFF;
font-size: 80px;
text-align: center; text-align: center;
} }
.tx-id span {
font-size: 40px;
margin: 30px 0;
}
.transaction-vin-vout .ellipsis { margin-bottom: 10px; } .transaction-vin-vout .ellipsis { margin-bottom: 10px; }
.transaction-vin-vout .btc-value { margin-left: 15px; } .transaction-vin-vout .btc-value { margin-left: 15px; }

View File

@ -5,6 +5,7 @@
<h1 class="text-center">Address</h1> <h1 class="text-center">Address</h1>
<div class="text-center"> <div class="text-center">
<qrcode size="160" data="{{address.addrStr}}"></qrcode> <qrcode size="160" data="{{address.addrStr}}"></qrcode>
<h4>{{$root.currency.getConvertion(address.balance)}}</h4>
</div> </div>
<div class="m10v"> <div class="m10v">
<button class="pull-right btn-copy" clip-copy="address.addrStr"></button> <button class="pull-right btn-copy" clip-copy="address.addrStr"></button>

View File

@ -4,7 +4,7 @@
<div class="col-xs-12 col-gray col-gray-fixed"> <div class="col-xs-12 col-gray col-gray-fixed">
<h1 class="text-center">Transaction</h1> <h1 class="text-center">Transaction</h1>
<div class="tx-id"> <div class="tx-id">
<span class="glyphicon glyphicon-retweet"></span> <span class="glyphicon glyphicon-transfer"></span>
</div> </div>
<div class="m10v"> <div class="m10v">
<button class="btn-copy pull-right" clip-copy="tx.txid"></button> <button class="btn-copy pull-right" clip-copy="tx.txid"></button>