Skip to content

Instantly share code, notes, and snippets.

@desireesantos
Created December 14, 2013 22:23
Show Gist options
  • Save desireesantos/7965733 to your computer and use it in GitHub Desktop.
Save desireesantos/7965733 to your computer and use it in GitHub Desktop.
style.css
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px;
}
#panel {
position: absolute;
top: 5px;
left: 92%;
margin-left: -180px;
z-index: 5;
background-color: #fff;
padding: 5px;
border: 1px solid #999;
}
input{
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment