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 .nav
{height:4%; {width:98%;
width:98%;
margin-bottom:2%; margin-bottom:2%;
margin:0 auto;} margin:0 auto;}
@ -252,23 +251,26 @@ color:#999;
box-shadow:2px 3px 4px #c6c0c0; box-shadow:2px 3px 4px #c6c0c0;
font-weight:bold;} font-weight:bold;}
.first, .next, .previous .first, .previous, .next
{float:left;} {float:left;}
.last .next
{float:right;} {margin-left:20px;}
.prevNext .first
{width:150px; {margin-right:60px;}
margin:0 auto;}}
.last
{float:right;
}
.next, .previous .next, .previous
{/*margin-left: 92px;*/ {font-weight: bold;
font-weight: bold;
font-size: 10px; font-size: 10px;
color: #999; color: #999;
padding-top: 4px;} padding-top: 4px;}
.next:hover, .previous:hover .next:hover, .previous:hover
{color:#036;} {color:#036;}

View File

@ -38,7 +38,8 @@
<form action="" method="get" class="searchForm" id="searchForm"><!--method is right???--> <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="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" /> <input type="hidden" value="1" id="page_no" name="page_no" />
</form> </form>
@ -62,10 +63,8 @@
<div class="firstLast"> <div class="firstLast">
<div class="first">First </div> <div class="first">First </div>
<div class="prevNext"> <div class="previous"> Previous &nbsp; &nbsp; &nbsp;</div>
<div class="previous"> Previous </div>
<div class="next"> Next </div> <div class="next"> Next </div>
</div>
<div class="last"> Last</div> <div class="last"> Last</div>
</div> </div>