This commit is contained in:
vita10gy 2013-04-15 00:13:57 -05:00
parent 4f26a6e68d
commit 2719d3bc98
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="gamestat">&nbsp;loading global control stats</div>'
+ ' <div id="geosearchwrapper">' + ' <div id="geosearchwrapper">'
+ ' <input id="geosearch" placeholder="Search location…" type="text"/>' + ' <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>'
+ ' <div id="portaldetails"></div>' + ' <div id="portaldetails"></div>'
+ ' <input id="redeem" placeholder="Redeem code…" type="text"/>' + ' <input id="redeem" placeholder="Redeem code…" type="text"/>'

View File

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