diff --git a/public_html/index.html b/public_html/index.html index 9156d14..03ec253 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -289,7 +289,7 @@ Aircraft Type:
- +
@@ -299,14 +299,7 @@
-
-
- Squawk: -
-
- -
-
+
@@ -563,11 +556,19 @@ n/a
+
+
+ Squawk: +
+
+ +
+
- Accuracy + Accuracy
@@ -597,7 +598,7 @@
- NICBARO: + NICBARO:
n/a @@ -605,7 +606,7 @@
- RC: + RC:
n/a diff --git a/public_html/script.js b/public_html/script.js index 7732ea5..2e3c897 100644 --- a/public_html/script.js +++ b/public_html/script.js @@ -1819,7 +1819,7 @@ function getFlightAwareModeSLink(code, ident, linkText) { function getFlightAwarePhotoLink(registration) { if (registration !== null && registration !== "") { - return "See Aircraft Photos"; + return "See Photos"; } return ""; diff --git a/public_html/style.css b/public_html/style.css index b798d7e..3845cc7 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -440,6 +440,10 @@ select.error, textarea.error, input.error { text-align: center; } +.lightblue-link, .lightblue-link a { + color: #00A0E2; +} + .buttonHeader { margin-top: 15px; }