From 5dc557661cfb0a1bf05720b59815ee8f9331d693 Mon Sep 17 00:00:00 2001 From: Cormac Wilson Date: Fri, 24 Apr 2026 00:24:59 +0100 Subject: [PATCH] [code] significant work done to login page, changed text around and done some light formatting adjustments, will continue to work on. --- css/styles.css | 9 +++++++-- html/login.html | 15 +++++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/css/styles.css b/css/styles.css index e09e4af..8d5af4f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -57,14 +57,19 @@ h3 { overflow-y: auto; } -.loginHeader, .loginForm { +.loginHeader, .loginForm, .description, .copyrightText { width: 100%; + text-align: left; } -.loginLogo { +.logo { text-align: center; } +.copyrightText { + padding-top: 40px; +} + .formGroup { width: 100%; margin-bottom: 20px; diff --git a/html/login.html b/html/login.html index b89171a..0726db1 100644 --- a/html/login.html +++ b/html/login.html @@ -21,10 +21,14 @@

Login

@@ -43,6 +47,9 @@
+
+ Copyright (c) 2026. All rights reserved. +