Combined effort and code from bdavenport and me.
Added quite a lot of new things this time - see modified files or just be brave and try :) modified: public_html/gmap.html modified: public_html/script.js modified: public_html/style.css
This commit is contained in:
parent
9ea6f3e8e2
commit
72142fac84
3 changed files with 202 additions and 129 deletions
|
|
@ -1,44 +1,48 @@
|
|||
html { height: 100%; }
|
||||
body { height: 100%; margin: 0; padding: 0; }
|
||||
|
||||
#map_canvas {
|
||||
height: 100%;
|
||||
html { height: 100% }
|
||||
body { height: 100%; margin: 0; padding: 0 }
|
||||
#map_canvas {
|
||||
height: 100%;
|
||||
margin-right:390px;
|
||||
}
|
||||
|
||||
#info {
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
height: 100%;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
top: 0px;
|
||||
background-color: white;
|
||||
border-left: 1px #666 solid;
|
||||
font-family: Helvetica;
|
||||
position: absolute;
|
||||
width:390px;
|
||||
height:100%;
|
||||
bottom:0px;
|
||||
right:0px;
|
||||
top:0px;
|
||||
background-color: white;
|
||||
border-left:1px #666 solid;
|
||||
font-family:Helvetica;
|
||||
}
|
||||
|
||||
#info div {
|
||||
padding: 0px;
|
||||
padding-left: 10px;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
padding-left:10px;
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
#info div h1 {
|
||||
margin-top: 10px;
|
||||
font-size: 16px;
|
||||
margin-top:10px;
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
#info div p {
|
||||
font-size: 14px;
|
||||
color: #333;
|
||||
font-size:14px;
|
||||
color:#333;
|
||||
}
|
||||
#info_footer {
|
||||
position: absolute;
|
||||
display: none;
|
||||
text-align: center;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
}
|
||||
|
||||
#tableinfo {
|
||||
font-size: x-small;
|
||||
font-family: monospace;
|
||||
font-size: x-small;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
#tableinforow {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
#tableinforow .bold {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue