Updated styling

This commit is contained in:
Fred Boniface 2022-09-21 09:50:31 +01:00
parent eabfdce30e
commit 753fbfbe76
4 changed files with 23 additions and 20 deletions

View File

@ -13,18 +13,20 @@
<?php require "./page-blocks/title-image.php";?> <?php require "./page-blocks/title-image.php";?>
<h2>Help</h2> <h2>Help</h2>
<p>Just type in a three character CRS code or a TIPLOC into the text <span class="text-description">
box and tap the Lookup button.</p> <p>Just type in a three character CRS code or a TIPLOC into the text
<p>If you enter a TIPLOC, this will not be verified - if it is box and tap the Lookup button.</p>
incorrect or unavailable on Tiger, you will be redirected to a <p>If you enter a TIPLOC, this will not be verified - if it is
blank board. CRS codes will be verified against a lookup file incorrect or unavailable on Tiger, you will be redirected to a
before redirecting.</p> blank board. CRS codes will be verified against a lookup file
<p>Some stations are not on Tiger and these stations are not supported before redirecting.</p>
here either. Notably TfW and Chiltern stations that border the GWR <p>Some stations are not on Tiger and these stations are not supported
network. Most GWR Central served stations are now available to here either. Notably TfW and Chiltern stations that border the GWR
lookup.</p> network. Most GWR Central served stations are now available to
<p>I am working on a new version that will provide data for every lookup.</p>
station in the National Rail database.</p> <p>I am working on a new version that will provide data for every
station in the National Rail database.</p>
</span>
<!-- Footer --> <!-- Footer -->
<?php include './page-blocks/footer.php';?> <?php include './page-blocks/footer.php';?>

View File

@ -38,9 +38,10 @@
<br> <br>
<br> <br>
<span class="text-description">
<p>This is an Alpha release and is under testing.</p> <p>This is an Alpha release and is under testing.</p>
<p>Some features may not work and some stations may not be available.</p> <p>Some features may not work and some stations may not be available.</p>
</span>
<!-- Footer --> <!-- Footer -->
<?php include "./page-blocks/footer.php" ?> <?php include "./page-blocks/footer.php" ?>

View File

@ -54,7 +54,7 @@
<br> <br>
<br> <br>
<br> <br>
<span class="form-description"> <span class="text-description">
On submission of this form, your browsers User Agent string will be On submission of this form, your browsers User Agent string will be
collected alongside the information you provide above and will be collected alongside the information you provide above and will be
posted to the <a class="inlinelink" href="https://git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues"> posted to the <a class="inlinelink" href="https://git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues">
@ -62,7 +62,7 @@
</span> </span>
<br> <br>
<br> <br>
<span class="form-description"> <span class="text-description">
Your user agent is: Your user agent is:
<br> <br>
<?php echo $ua_str; ?> <?php echo $ua_str; ?>

View File

@ -49,13 +49,13 @@ body {
margin-bottom: 4px; margin-bottom: 4px;
} }
.form-description { .text-description {
color: #0280e5; color: #0280e5;
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
} }
.form-description p { .text-description p {
width: 80%; width: 80%;
} }
@ -68,7 +68,7 @@ body {
width: 50%; width: 50%;
} }
.form-description p { .text-description p {
width: 50%; width: 50%;
} }
} }