Use fixed width font for ICAO code column
This commit is contained in:
parent
4989111f67
commit
ad39d1b90c
|
@ -198,7 +198,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr id="plane_row_template" class="plane_table_row hidden">
|
<tr id="plane_row_template" class="plane_table_row hidden">
|
||||||
<td style="text-transform: uppercase">ICAO</td>
|
<td class="icaoCodeColumn">ICAO</td>
|
||||||
<td><img style="width: 20px; height=12px" src="about:blank" alt="Flag"></td>
|
<td><img style="width: 20px; height=12px" src="about:blank" alt="Flag"></td>
|
||||||
<td>FLIGHT</td>
|
<td>FLIGHT</td>
|
||||||
<td>REGISTRATION</td>
|
<td>REGISTRATION</td>
|
||||||
|
|
|
@ -134,6 +134,12 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right:
|
||||||
font-family: "Courier New",monospace;
|
font-family: "Courier New",monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icaoCodeColumn {
|
||||||
|
font-family: "Courier New",monospace;
|
||||||
|
font-weight: bold;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
.vPosition { background-color: #C3FFDF; }
|
.vPosition { background-color: #C3FFDF; }
|
||||||
.mlat { background-color: #C7EAFC; }
|
.mlat { background-color: #C7EAFC; }
|
||||||
.squawk7500 { font-weight: bold; background-color: #ff5555; }
|
.squawk7500 { font-weight: bold; background-color: #ff5555; }
|
||||||
|
|
Loading…
Reference in a new issue