Merge pull request #166 from vita10gy/location

Current Location - Title and pointer
This commit is contained in:
Jon Atkins 2013-04-15 06:15:26 -07:00
commit bbc1196e17
2 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@ document.getElementsByTagName('body')[0].innerHTML = ''
+ ' <div id="gamestat">&nbsp;loading global control stats</div>'
+ ' <div id="geosearchwrapper">'
+ ' <input id="geosearch" placeholder="Search location…" type="text"/>'
+ ' <img src="@@INCLUDEIMAGE:images/current-location.png@@"/>'
+ ' <img src="@@INCLUDEIMAGE:images/current-location.png@@"/ title="Current Location">'
+ ' </div>'
+ ' <div id="portaldetails"></div>'
+ ' <input id="redeem" placeholder="Redeem code…" type="text"/>'

View File

@ -434,6 +434,7 @@ input {
#geosearchwrapper img{
vertical-align: bottom;
margin-bottom: 2px;
cursor: pointer;
}
::-webkit-input-placeholder {
font-style: italic;