fixed search
This commit is contained in:
parent
e3ac99553c
commit
29f1a492e2
|
@ -21,7 +21,7 @@ height:14%;}
|
|||
margin-bottom:2%;
|
||||
height:70%}
|
||||
|
||||
.search
|
||||
.searchForm
|
||||
{margin-left:2%;
|
||||
padding-top:2%;
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<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="submit" name="searchButton" value="Search" id="searchButton">
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user