Change ICAO column text to uppercase
This commit is contained in:
parent
647319d141
commit
976302e3ca
|
@ -206,7 +206,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>ICAO</td>
|
<td style="text-transform: uppercase">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>
|
||||||
|
|
|
@ -1144,7 +1144,7 @@ function showMap() {
|
||||||
$("#splitter").show();
|
$("#splitter").show();
|
||||||
$("#sudo_buttons").show();
|
$("#sudo_buttons").show();
|
||||||
$("#show_map_button").hide();
|
$("#show_map_button").hide();
|
||||||
$("#sidebar_container").width("460px");
|
$("#sidebar_container").width("470px");
|
||||||
setColumnVisibility();
|
setColumnVisibility();
|
||||||
setSelectedInfoBlockVisibility();
|
setSelectedInfoBlockVisibility();
|
||||||
updateMapSize();
|
updateMapSize();
|
||||||
|
|
|
@ -89,7 +89,7 @@ html, body {
|
||||||
|
|
||||||
#sidebar_container {
|
#sidebar_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 460px;
|
width: 470px;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue