added loading icon, submit button..

This commit is contained in:
Karen 2011-08-31 17:22:50 +05:30
parent a30d8530e9
commit 7f7ccbe8a0
2 changed files with 6 additions and 4 deletions

View File

@ -46,7 +46,8 @@ border:1px solid #c8c6c6;
-webkit-border-radius:16px; -webkit-border-radius:16px;
border-radius:20px; border-radius:20px;
*/ */
} background-image:url(/static/images/loading-indicator.gif);
background-position:100% 50%;}
.search input:focus .search input:focus
@ -74,11 +75,11 @@ cursor:pointer;}
{color:#7e4444;} {color:#7e4444;}
.map .map
{ {float:left;
float:left;
width:60%; width:60%;
margin-right:2%; margin-right:2%;
height:100%; /*please delete this fixed height*/} height:100%;
border:1px solid #666;}
.paginate .paginate
{width:320px; /*is a fixed width fine, because percentages screw this up*/ {width:320px; /*is a fixed width fine, because percentages screw this up*/

View File

@ -23,6 +23,7 @@
<form action="" method="get" class="search" id="searchForm"><!--method is right???--> <form action="" method="get" class="search" id="searchForm"><!--method is right???-->
<input type="text" placeholder="Search digital gazetteer" name="field" id="search" /> <input type="text" placeholder="Search digital gazetteer" name="field" id="search" />
<input type="submit" name="searchButton" value="Search" id="searchButton">
</form> </form>
</div> </div>