Update link styles
This commit is contained in:
parent
c7374c32f8
commit
e8678078b8
@ -57,7 +57,8 @@
|
||||
<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.
|
||||
posted to the <a class="inlinelink" href="https://git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues">
|
||||
issue tracker</a>.
|
||||
</span>
|
||||
<br>
|
||||
<br>
|
||||
|
@ -36,7 +36,7 @@ body {
|
||||
text-align: left;
|
||||
border: black;
|
||||
width: 80%;
|
||||
height: 70px;
|
||||
height: 90px;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
font-size: 16px;
|
||||
@ -51,6 +51,7 @@ body {
|
||||
|
||||
.form-description {
|
||||
color: #0280e5;
|
||||
width: 80%;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
@ -80,6 +81,12 @@ body {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.inlinelink {
|
||||
text-decoration: underline;
|
||||
color: #3c78d8;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.menu {
|
||||
display: none;
|
||||
background-color: #3c78d8;
|
||||
|
Reference in New Issue
Block a user