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