fixed search
This commit is contained in:
parent
e3ac99553c
commit
29f1a492e2
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ height:14%;}
|
||||||
margin-bottom:2%;
|
margin-bottom:2%;
|
||||||
height:70%}
|
height:70%}
|
||||||
|
|
||||||
.search
|
.searchForm
|
||||||
{margin-left:2%;
|
{margin-left:2%;
|
||||||
padding-top:2%;
|
padding-top:2%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
|
||||||
<form action="" method="get"><!--method is right???-->
|
<form action="" method="get" class="searchForm"><!--method is right???-->
|
||||||
<input type="text" placeholder="Search digital gazetteer" name="field" class="search loading" />
|
<input type="text" placeholder="Search digital gazetteer" name="field" class="search loading" />
|
||||||
<input type="submit" name="searchButton" value="Search" id="searchButton">
|
<input type="submit" name="searchButton" value="Search" id="searchButton">
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue