From 976302e3ca26a13789b0bb4c01c773ba30f749a9 Mon Sep 17 00:00:00 2001 From: Carlos Salaverria Date: Mon, 12 Sep 2016 17:20:42 -0500 Subject: [PATCH] Change ICAO column text to uppercase --- public_html/index.html | 2 +- public_html/script.js | 2 +- public_html/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index db7cff5..88c0744 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -206,7 +206,7 @@ - ICAO + ICAO Flag FLIGHT REGISTRATION diff --git a/public_html/script.js b/public_html/script.js index d65086b..0571aee 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -1144,7 +1144,7 @@ function showMap() { $("#splitter").show(); $("#sudo_buttons").show(); $("#show_map_button").hide(); - $("#sidebar_container").width("460px"); + $("#sidebar_container").width("470px"); setColumnVisibility(); setSelectedInfoBlockVisibility(); updateMapSize(); diff --git a/public_html/style.css b/public_html/style.css index 9d2c9c9..9174ff5 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -89,7 +89,7 @@ html, body { #sidebar_container { display: flex; - width: 460px; + width: 470px; left: 0 !important; }