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> <br>
<textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea> <textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<br> <br>
<span class="form-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 git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues. posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues.
</span>
<br> <br>
<br> <br>
<span class="form-description">
Your user agent is: Your user agent is:
<br> <br>
<?php echo $ua_str; ?> <?php echo $ua_str; ?>
</span>
<br> <br>
<br> <br>
<input class="actionbutton" type="submit"> <input class="actionbutton" type="submit">

View File

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