fixed search, i think..
This commit is contained in:
parent
86ea87a304
commit
4631962cd2
|
@ -21,12 +21,12 @@ height:14%;}
|
||||||
margin-bottom:2%;
|
margin-bottom:2%;
|
||||||
height:70%}
|
height:70%}
|
||||||
|
|
||||||
#search
|
.search
|
||||||
{margin-left:2%;
|
{margin-left:2%;
|
||||||
padding-top:2%;
|
padding-top:2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search
|
.search
|
||||||
{width:30%; /*fine if i give this width in percent, right?*/
|
{width:30%; /*fine if i give this width in percent, right?*/
|
||||||
height:30px; /*here, a fixed width shouldn't be a problem, right?, what is someone's seeing it on an iphone?*/
|
height:30px; /*here, a fixed width shouldn't be a problem, right?, what is someone's seeing it on an iphone?*/
|
||||||
padding-left:8px;
|
padding-left:8px;
|
||||||
|
@ -51,7 +51,7 @@ background-position:100% 50%;
|
||||||
background-repeat:no-repeat;}
|
background-repeat:no-repeat;}
|
||||||
|
|
||||||
|
|
||||||
#search input:focus
|
.search input:focus
|
||||||
{outline:none;
|
{outline:none;
|
||||||
border:1px solid #999;
|
border:1px solid #999;
|
||||||
-moz-border-radius:16px;
|
-moz-border-radius:16px;
|
||||||
|
|
|
@ -21,8 +21,8 @@
|
||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
|
||||||
<form action="" method="get" class="search" id="searchForm"><!--method is right???-->
|
<form action="" method="get"><!--method is right???-->
|
||||||
<input type="text" placeholder="Search digital gazetteer" name="field" id="search" />
|
<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…
Reference in New Issue
Block a user