merged
This commit is contained in:
commit
b7042e1fcc
|
@ -89,8 +89,7 @@ height:68%;
|
|||
|
||||
|
||||
.nav
|
||||
{height:4%;
|
||||
width:98%;
|
||||
{width:98%;
|
||||
margin-bottom:2%;
|
||||
margin:0 auto;}
|
||||
|
||||
|
@ -252,23 +251,26 @@ color:#999;
|
|||
box-shadow:2px 3px 4px #c6c0c0;
|
||||
font-weight:bold;}
|
||||
|
||||
.first, .next, .previous
|
||||
.first, .previous, .next
|
||||
{float:left;}
|
||||
|
||||
.last
|
||||
{float:right;}
|
||||
.next
|
||||
{margin-left:20px;}
|
||||
|
||||
.prevNext
|
||||
{width:150px;
|
||||
margin:0 auto;}}
|
||||
.first
|
||||
{margin-right:60px;}
|
||||
|
||||
.last
|
||||
{float:right;
|
||||
}
|
||||
|
||||
.next, .previous
|
||||
{/*margin-left: 92px;*/
|
||||
font-weight: bold;
|
||||
{font-weight: bold;
|
||||
font-size: 10px;
|
||||
color: #999;
|
||||
padding-top: 4px;}
|
||||
|
||||
|
||||
.next:hover, .previous:hover
|
||||
{color:#036;}
|
||||
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
|
||||
<form action="" method="get" class="searchForm" id="searchForm"><!--method is right???-->
|
||||
<input type="text" placeholder="Search digital gazetteer" id="searchField" name="field" class="search" />
|
||||
<input type="submit" name="searchButton" value="Search" id="searchButton">
|
||||
<input type="submit" name="searchButton" value="Search" id="searchButton">
|
||||
<a href="" id="jsonLink">Get Feed</a>
|
||||
<input type="hidden" value="1" id="page_no" name="page_no" />
|
||||
</form>
|
||||
|
||||
|
@ -62,10 +63,8 @@
|
|||
|
||||
<div class="firstLast">
|
||||
<div class="first">First </div>
|
||||
<div class="prevNext">
|
||||
<div class="previous"> Previous </div>
|
||||
<div class="previous"> Previous </div>
|
||||
<div class="next"> Next </div>
|
||||
</div>
|
||||
<div class="last"> Last</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user