Yet more styling
This commit is contained in:
parent
fa418a44d9
commit
e12cff51d0
16
issue.php
16
issue.php
@ -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>
|
||||||
On submission of this form, your browsers User Agent string will be
|
<span class="form-description">
|
||||||
collected alongside the information you provide above and will be
|
On submission of this form, your browsers User Agent string will be
|
||||||
posted to git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues.
|
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>
|
||||||
<br>
|
<br>
|
||||||
Your user agent is:
|
<span class="form-description">
|
||||||
<br>
|
Your user agent is:
|
||||||
<?php echo $ua_str; ?>
|
<br>
|
||||||
|
<?php echo $ua_str; ?>
|
||||||
|
</span>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<input class="actionbutton" type="submit">
|
<input class="actionbutton" type="submit">
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user