From 19cd8f6d48667303e864bd9ddea11ec6716a1a4f Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sun, 17 Apr 2022 11:08:53 -0400 Subject: [PATCH 1/2] nit-picky UI stuff --- homepage/style.css | 1 - homepage/views.php | 20 ++++++++++---------- scripts/overview.php | 8 ++++---- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index 1e6799f..e1c042f 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -71,7 +71,6 @@ button { } button:hover { - font-weight: bold; color: blue; } diff --git a/homepage/views.php b/homepage/views.php index 612f4ab..c990d1d 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -1,32 +1,32 @@ -
+
- +
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/scripts/overview.php b/scripts/overview.php index 9bb86f2..a76d871 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -95,7 +95,7 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse } -

Most Recent Detection:

+

Most Recent Detection:

+
@@ -103,7 +103,7 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse
Confidence:
-
-
+
-

Currently Analyzing

+

Currently Analyzing...

Date: Sun, 17 Apr 2022 11:30:56 -0400 Subject: [PATCH 2/2] moving adjustments to style.css --- homepage/style.css | 9 ++++++++- homepage/views.php | 20 ++++++++++---------- scripts/overview.php | 8 ++++---- 3 files changed, 22 insertions(+), 15 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index e1c042f..56403ae 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -15,6 +15,7 @@ a:hover { h3 { text-align: center; + margin-bottom: 12px; } iframe { @@ -130,6 +131,7 @@ button:hover { justify-content: space-between; margin-left: auto; margin-right: auto; + margin-bottom: 15px; } .topnav form { @@ -142,7 +144,8 @@ button:hover { text-align: center; padding: 14px 16px; width: auto; - height: auto; + height: 100%; + vertical-align: middle; } .topnav button:hover { @@ -187,6 +190,9 @@ button:hover { margin-left: auto; } +.overview .chart { + margin-top: 10px; +} .overview-stats { display: flex; justify-content: center; @@ -362,6 +368,7 @@ button:hover { .overview .right-column .chart img { margin-left: 5%; margin-right: auto; + margin-top: 10px; } } @media screen and (max-width: 1000px) { diff --git a/homepage/views.php b/homepage/views.php index c990d1d..612f4ab 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -1,32 +1,32 @@ -
+
- +
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/scripts/overview.php b/scripts/overview.php index a76d871..697491f 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -95,7 +95,7 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse } -

Most Recent Detection:

+

Most Recent Detection:

+
@@ -103,7 +103,7 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse
Confidence:
-
-
+
-

Currently Analyzing...

+

Currently Analyzing