From e8678078b86d554bf8f407a00eb6a1b7407052dd Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 09:44:21 +0100 Subject: [PATCH] Update link styles --- issue.php | 3 ++- styles/style.css | 9 ++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/issue.php b/issue.php index 1ef71c9..4da11dd 100644 --- a/issue.php +++ b/issue.php @@ -57,7 +57,8 @@ On submission of this form, your browsers User Agent string will be collected alongside the information you provide above and will be - posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues. + posted to the + issue tracker.

diff --git a/styles/style.css b/styles/style.css index 612f5a3..9c7e5f2 100644 --- a/styles/style.css +++ b/styles/style.css @@ -36,7 +36,7 @@ body { text-align: left; border: black; width: 80%; - height: 70px; + height: 90px; border-radius: 5px; padding: 5px; font-size: 16px; @@ -51,6 +51,7 @@ body { .form-description { color: #0280e5; + width: 80%; padding-top: 5px; padding-bottom: 5px; } @@ -80,6 +81,12 @@ body { font-size: 16px; } +.inlinelink { + text-decoration: underline; + color: #3c78d8; + cursor: pointer; +} + .menu { display: none; background-color: #3c78d8;