From 963cb1aefb3532e8eb9475de6dd4cf45c0dd8ea8 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Wed, 8 Aug 2018 16:41:34 -0500 Subject: [PATCH] Add back in photos link. Add more descriptions and remove squawks section --- public_html/index.html | 25 +++++++++++++------------ public_html/script.js | 2 +- public_html/style.css | 4 ++++ 3 files changed, 18 insertions(+), 13 deletions(-) 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; }