Undo Parts of Pull request #29

The table sizing doesn't seem to work in M$ IE8 and IE9.
This commit is contained in:
Malcolm Robb 2014-09-30 16:35:15 +01:00
parent 732fe52a10
commit aa063ba89f
2 changed files with 39 additions and 38 deletions

View file

@ -1,23 +1,20 @@
html, body {
margin: 0; padding: 0; background-color: #ffffff; font-family: Tahoma, Sans-Serif;
font-size: 12pt; overflow: auto;
font-size: 10pt; overflow: auto;
}
div#map_container { float: left; width: 100%; height: 100%; }
div#map_canvas { height: 100%; margin-right: 420px; }
div#map_canvas { width: 100%; height: 100%; }
div#sidebar_container { float: left; width: 410px; margin-left: -410px; height: 100%; overflow: auto; }
div#sidebar_canvas { position: absolute; top: 0px; right: 0px;
box-sizing: border-box; overflow: auto;
background: #FFFFFF; padding: 0px 2px 2px 2px;
border-bottom-left-radius: 5px; z-index: 99; }
div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 0px; border: 2px solid red;
div#SpecialSquawkWarning { position: absolute; bottom: 25px; right: 430px; border: 2px solid red;
background-color: #FFFFA3; opacity: 0.75; filter:alpha(opacity=75); padding: 5px;
display: none; text-align: center; }
table#optionsTabs { width: 100%; font-size: small; font-family: monospace; background-color: #ddd;
border: 1px; border-color: #000000;}
#tableinfo, #sudo_buttons { font-family: monospace; }
#tableinfo, #sudo_buttons { font-size: x-small; font-family: monospace; }
.vPosition { font-weight: bold; background-color: #d5ffd5; }
.squawk7500 { font-weight: bold; background-color: #ff5555; }