fix block layout

This commit is contained in:
Gustavo Cortez 2014-02-25 10:05:30 -03:00
parent 2e96912dd2
commit 62eba270d3

View File

@ -28,18 +28,17 @@
</div> </div>
</div> </div>
<h1>Block #{{block.height}}</h1> <h1>Block #{{block.height}}</h1>
<div class="progress progress-striped active" data-ng-if="!block.hash"> <div class="text-muted" data-ng-if="!block.hash">
<div class="progress-bar progress-bar-info" style="width: 100%"> <span>Loading Block Information...</span>
<span>Loading Block...</span>
</div> </div>
</div> <div class="ng-cloak" data-ng-cloak data-ng-if="block.hash">
<div class="row ng-cloak" data-ng-cloak data-ng-if="block.hash">
<div class="well well-sm ellipsis"> <div class="well well-sm ellipsis">
<strong>BlockHash</strong> <strong>BlockHash</strong>
<span class="txid text-muted">{{block.hash}}</span> <span class="txid text-muted">{{block.hash}}</span>
<span class="btn-copy" clip-copy="block.hash"></span> <span class="btn-copy" clip-copy="block.hash"></span>
</div> </div>
<h2>Summary</h2> <h2>Summary</h2>
<div class="row">
<div class="col-md-6"> <div class="col-md-6">
<table class="table" style="table-layout: fixed"> <table class="table" style="table-layout: fixed">
<tbody> <tbody>
@ -114,7 +113,8 @@
</tbody> </tbody>
</table> </table>
</div> </div>
</div><!-- END OF ROW --> </div>
</div>
<div data-ng-controller="transactionsController" data-ng-init="load('block')"> <div data-ng-controller="transactionsController" data-ng-init="load('block')">
<h3>Transactions</h3> <h3>Transactions</h3>