Add current location button to geo search

This commit is contained in:
vita10gy
2013-04-13 00:33:46 -05:00
parent 5f4e0192a0
commit 4f26a6e68d
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;
}