Yet more styling
This commit is contained in:
parent
fa418a44d9
commit
e12cff51d0
16
issue.php
16
issue.php
@ -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">
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user