Adds a bit of sorting to the table by clicking column headers

Also made the design work for lower resolution monitors, especially when the list has 20+ planes.
This commit is contained in:
Brian Davenport 2013-05-18 21:54:59 +00:00
parent eac2a90a8a
commit 4dc9271ee0
3 changed files with 119 additions and 50 deletions

View file

@ -1,5 +1,5 @@
html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
body { height: 100%; margin: 0; padding: 0; font-size: small;}
#map_canvas {
height: 100%;
margin-right:390px;
@ -18,16 +18,13 @@ font-family:Helvetica;
#info div {
padding:0px;
padding-left:10px;
padding-right:10px;
margin:0px;
}
#info div h1 {
margin-top:10px;
font-size:16px;
}
#info div p {
font-size:14px;
color:#333;
}
#info_footer {
position: absolute;
display: none;
@ -35,6 +32,10 @@ text-align: center;
padding:0px;
margin:0px;
}
#tabinfo{
height: 400px;
overflow-y: auto;
}
#tableinfo {
font-size: x-small;
font-family: monospace;
@ -45,4 +46,3 @@ cursor: pointer;
#tableinforow .bold {
font-weight:bold;
}