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-size:10px;
|
||||||
font-weight:bold;}
|
font-weight:bold;}
|
||||||
|
|
||||||
.first
|
.first, .next, .previous
|
||||||
{text-align:left;}
|
{float:left;}
|
||||||
|
|
||||||
.last
|
.last
|
||||||
{text-align:right;}
|
{float:right;}
|
||||||
|
|
||||||
|
.clear
|
||||||
|
{clear:both;}
|
||||||
|
|
||||||
.first:hover, .last:hover
|
.first:hover, .last:hover
|
||||||
{-moz-box-shadow:2px 3px 4px #c6c0c0;
|
{-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>
|
<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">
|
<div class="firstLast">
|
||||||
<span class="first">First </span>
|
<div class="first">First </div>
|
||||||
<span class="next"> Next </span>
|
<div class="next"> Next </div>
|
||||||
<span class="previous"> Previous </span>
|
<div class="previous"> Previous </div>
|
||||||
<span class="last"> Last</span>
|
<div class="last"> Last</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="clear"></div>
|
||||||
|
|
||||||
<h2>Results for <span id="searchTerm"></span></h2>
|
<h2>Results for <span id="searchTerm"></span></h2>
|
||||||
<table id="mapList">
|
<table id="mapList">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user