Yet more styling

This commit is contained in:
Fred Boniface 2022-09-20 21:20:13 +01:00
parent fa418a44d9
commit e12cff51d0
2 changed files with 15 additions and 6 deletions

View File

@ -49,14 +49,18 @@
<br>
<textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<br>
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.
<span class="form-description">
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.
</span>
<br>
<br>
Your user agent is:
<br>
<?php echo $ua_str; ?>
<span class="form-description">
Your user agent is:
<br>
<?php echo $ua_str; ?>
</span>
<br>
<br>
<input class="actionbutton" type="submit">

View File

@ -40,11 +40,16 @@ body {
}
.form-info {
color: #3c78d8;
font-size: 17px;
font-weight: bolder;
margin-bottom: 4px;
}
.form-description {
color: #3c78d8;
}
.lookup-button {
background-color: #3c78d8;
color: #f6f5f4;