Merge pull request #154 from vita10gy/location

Add current location button to geo search
This commit is contained in:
Jon Atkins
2013-04-14 07:14:11 -07:00
4 changed files with 19 additions and 1 deletions

View File

@ -423,6 +423,18 @@ input {
box-sizing: border-box;
}
#geosearch{
width:272px;
background-color: transparent;
}
#geosearchwrapper {
height:25px;
background-color: rgba(0, 0, 0, 0.3);
}
#geosearchwrapper img{
vertical-align: bottom;
margin-bottom: 2px;
}
::-webkit-input-placeholder {
font-style: italic;
}