Merge pull request #230 from colkito/feature/look-and-feel-tables-list

added a new look&feel for tables at home an block list
This commit is contained in:
Matias Alejo Garcia 2014-02-10 23:25:59 -02:00
commit 835612da4e
3 changed files with 18 additions and 5 deletions

View File

@ -505,3 +505,13 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.page-header { margin-top: 0; }
/* Index */
#home .btn-more {
border-top: 1px solid #ddd;
margin: 30px auto 0;
text-align: center;
width: 90%;
}
#home .btn-more .btn-default {
margin-top: -23px;
}

View File

@ -13,7 +13,7 @@
<p class="text-center m20v" data-ng-show="pagination.isToday && !loading">Today</p>
<p class="text-center m20v" data-ng-show="!pagination.isToday && !loading">{{humanSince(pagination.currentTs)}}
<p class="text-center m20v" data-ng-show="loading">&nbsp;</p>
<div class="m50v text-center">
<a class="btn btn-primary" href="/blocks-date/{{pagination.prev}}"><small>&larr; {{pagination.prev}}</small></a>
<a class="btn btn-primary" href="/blocks-date/{{pagination.next}}" data-ng-show="!pagination.isToday"><small>{{pagination.next}} &rarr;</small></a>
@ -26,7 +26,7 @@
<small>by date</small>
</h1>
</div>
<table class="table table-hover">
<table class="table table-hover table-striped">
<thead>
<tr>
<th>Height</th>

View File

@ -7,7 +7,7 @@
<div id="home" class="row">
<div class="col-xs-12 col-md-8">
<h1>Latest Blocks</h1>
<table class="table table-hover" style="table-layout: fixed">
<table class="table table-hover table-striped" style="table-layout: fixed">
<thead>
<tr>
<th>Height</th>
@ -28,10 +28,13 @@
</tr>
</tbody>
</table>
<div class="btn-more">
<a href="/blocks" class="btn btn-default">See all blocks</a>
</div>
<h2>Latest Transactions</h2>
<table class="table" style="table-layout: fixed;">
<table class="table table-hover table-striped" style="table-layout: fixed;">
<thead>
<tr>
<th>Hash</th>