styling
This commit is contained in:
parent
b1d34ae2d9
commit
41eebb6904
@ -48,22 +48,16 @@
|
|||||||
<span class="form-info">Details:</span>
|
<span class="form-info">Details:</span>
|
||||||
<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">
|
<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>
|
</span>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<span class="form-description">
|
<span class="form-description">
|
||||||
Your user agent is:
|
Your user agent is:
|
||||||
<br>
|
<br>
|
||||||
<?php echo $ua_str; ?>
|
<?php echo $ua_str; ?>
|
||||||
</span>
|
</span>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<input class="actionbutton" type="submit">
|
<input class="actionbutton" type="submit">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@ -48,6 +48,8 @@ body {
|
|||||||
|
|
||||||
.form-description {
|
.form-description {
|
||||||
color: #3c78d8;
|
color: #3c78d8;
|
||||||
|
margin-top: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lookup-button {
|
.lookup-button {
|
||||||
|
Reference in New Issue
Block a user