padding for search form
This commit is contained in:
parent
3ba5124aef
commit
d9366cdc9e
|
@ -24,13 +24,15 @@ padding-top:2%;
|
||||||
|
|
||||||
.searchForm
|
.searchForm
|
||||||
{margin-left:2%;
|
{margin-left:2%;
|
||||||
padding-top:2%;}
|
padding-top:2%;
|
||||||
|
padding-left:2%;
|
||||||
|
padding-right: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:24px; /*here, a fixed width shouldn't be a problem, right?, what is someone's seeing it on an iphone?*/
|
height:24px; /*here, a fixed width shouldn't be a problem, right?, what is someone's seeing it on an iphone?*/
|
||||||
padding-left:16px;
|
padding-left:8px;
|
||||||
padding-right:16px;
|
padding-right:8px;
|
||||||
/*-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
/*-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
||||||
-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
||||||
box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
box-shadow: rgba(0,0,0, 0.3) 0px 0px 8px;
|
||||||
|
@ -113,8 +115,8 @@ cursor:pointer;}
|
||||||
|
|
||||||
.map
|
.map
|
||||||
{float:left;
|
{float:left;
|
||||||
width:60%;
|
width:61%;
|
||||||
margin-right:2%;
|
margin-right:1%;
|
||||||
height:100%;
|
height:100%;
|
||||||
border:1px solid #666;}
|
border:1px solid #666;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user