floating pagination
This commit is contained in:
parent
2c1d02814a
commit
11d071b535
|
@ -221,12 +221,14 @@ box-shadow:2px 3px 4px #c6c0c0;
|
|||
font-size:10px;
|
||||
font-weight:bold;}
|
||||
|
||||
.first
|
||||
{text-align:left;}
|
||||
.first, .next, .previous
|
||||
{float:left;}
|
||||
|
||||
.last
|
||||
{text-align:right;}
|
||||
{float:right;}
|
||||
|
||||
.clear
|
||||
{clear:both;}
|
||||
|
||||
.first:hover, .last:hover
|
||||
{-moz-box-shadow:2px 3px 4px #c6c0c0;
|
||||
|
|
|
@ -52,12 +52,14 @@
|
|||
<p class="resultsList" id="totalResults">Total Results: <span id="noOfResults">21 </span></p><p class="resultsList" id="showingResults">Showing Page: <span id="currPageNo">1</span> <span id="of">of</span> <span id="totalPages"> 10</span></p>
|
||||
|
||||
<div class="firstLast">
|
||||
<span class="first">First </span>
|
||||
<span class="next"> Next </span>
|
||||
<span class="previous"> Previous </span>
|
||||
<span class="last"> Last</span>
|
||||
<div class="first">First </div>
|
||||
<div class="next"> Next </div>
|
||||
<div class="previous"> Previous </div>
|
||||
<div class="last"> Last</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="clear"></div>
|
||||
|
||||
<h2>Results for <span id="searchTerm"></span></h2>
|
||||
<table id="mapList">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in New Issue
Block a user