This commit is contained in:
Sanj 2011-09-01 04:58:56 +05:30
commit b7042e1fcc
2 changed files with 15 additions and 14 deletions

View File

@ -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;}

View File

@ -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 &nbsp; &nbsp; &nbsp;</div>
<div class="next"> Next </div>
</div>
<div class="last"> Last</div>
</div>