Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface 41eebb6904 styling 2022-09-20 21:21:53 +01:00
Fred Boniface b1d34ae2d9 Further styling 2022-09-20 21:21:01 +01:00
2 changed files with 2 additions and 5 deletions

View File

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

View File

@ -48,6 +48,8 @@ body {
.form-description {
color: #3c78d8;
margin-top: 5px;
margin-bottom: 5px;
}
.lookup-button {