added loading icon, submit button..
This commit is contained in:
parent
a30d8530e9
commit
7f7ccbe8a0
|
@ -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*/
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user