merged
This commit is contained in:
commit
74d6e6a495
|
@ -91,6 +91,13 @@ cursor:pointer;}
|
||||||
|
|
||||||
#stateList
|
#stateList
|
||||||
{width:10%;}
|
{width:10%;}
|
||||||
|
|
||||||
|
.resultsList
|
||||||
|
{font-weight:bold;}
|
||||||
|
|
||||||
|
#noOfResults, #currPageNo
|
||||||
|
{font-weight:normal;}
|
||||||
|
|
||||||
.map
|
.map
|
||||||
{float:left;
|
{float:left;
|
||||||
width:60%;
|
width:60%;
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="mapListSection module">
|
<div class="mapListSection module">
|
||||||
<h2>Results for</h2>
|
<h2>Results for <span id="searchTerm"></span></h2>
|
||||||
<table id="mapList">
|
<table id="mapList">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -85,7 +85,10 @@
|
||||||
<li><a href="">10</a></li>
|
<li><a href="">10</a></li>
|
||||||
<li><a href="">»</a></li>
|
<li><a href="">»</a></li>
|
||||||
</ol>-->
|
</ol>-->
|
||||||
|
|
||||||
|
<p class="resultsList">Total Results: <span id="noOfResults">21</span></p>
|
||||||
|
<p class="resultsList">Showing Page <span id="currPageNo">1</span> of <span id="totalPages"> 10</span></p>
|
||||||
|
|
||||||
<div class="firstLast">
|
<div class="firstLast">
|
||||||
<span class="first">First</span>
|
<span class="first">First</span>
|
||||||
<span class="last">Last</span>
|
<span class="last">Last</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user