2013-05-20 08:21:08 +00:00
|
|
|
html { height: 100%; }
|
2013-05-18 21:54:59 +00:00
|
|
|
body { height: 100%; margin: 0; padding: 0; font-size: small;}
|
2013-05-20 08:21:08 +00:00
|
|
|
a { color: blue; }
|
2013-05-14 09:55:16 +00:00
|
|
|
#map_canvas {
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-right:390px;
|
2013-05-11 14:04:23 +00:00
|
|
|
}
|
2013-05-09 14:59:26 +00:00
|
|
|
#info {
|
2013-05-14 09:55:16 +00:00
|
|
|
position: absolute;
|
|
|
|
|
width:390px;
|
|
|
|
|
height:100%;
|
|
|
|
|
bottom:0px;
|
|
|
|
|
right:0px;
|
|
|
|
|
top:0px;
|
|
|
|
|
background-color: white;
|
|
|
|
|
border-left:1px #666 solid;
|
|
|
|
|
font-family:Helvetica;
|
2013-05-09 14:59:26 +00:00
|
|
|
}
|
|
|
|
|
#info div {
|
2013-05-14 09:55:16 +00:00
|
|
|
padding:0px;
|
|
|
|
|
padding-left:10px;
|
2013-05-18 21:54:59 +00:00
|
|
|
padding-right:10px;
|
2013-05-14 09:55:16 +00:00
|
|
|
margin:0px;
|
2013-05-09 14:59:26 +00:00
|
|
|
}
|
|
|
|
|
#info div h1 {
|
2013-05-14 09:55:16 +00:00
|
|
|
margin-top:10px;
|
|
|
|
|
font-size:16px;
|
2013-05-09 14:59:26 +00:00
|
|
|
}
|
2013-05-21 06:47:58 +00:00
|
|
|
#info_settings {
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
2013-05-09 14:59:26 +00:00
|
|
|
}
|
2013-05-18 21:54:59 +00:00
|
|
|
#tabinfo{
|
|
|
|
|
height: 400px;
|
|
|
|
|
overflow-y: auto;
|
|
|
|
|
}
|
2013-05-11 10:15:09 +00:00
|
|
|
#tableinfo {
|
2013-05-14 09:55:16 +00:00
|
|
|
font-size: x-small;
|
|
|
|
|
font-family: monospace;
|
2013-05-11 14:04:23 +00:00
|
|
|
}
|
2013-05-12 12:15:18 +00:00
|
|
|
#tableinforow {
|
2013-05-14 09:55:16 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
#tableinforow .bold {
|
|
|
|
|
font-weight:bold;
|
2013-05-11 10:15:09 +00:00
|
|
|
}
|