php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
2 changed files with 10 additions and 2 deletions
Showing only changes of commit e8678078b8 - Show all commits

View File

@ -57,7 +57,8 @@
<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 the <a class="inlinelink" href="https://git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues">
issue tracker</a>.
</span> </span>
<br> <br>
<br> <br>

View File

@ -36,7 +36,7 @@ body {
text-align: left; text-align: left;
border: black; border: black;
width: 80%; width: 80%;
height: 70px; height: 90px;
border-radius: 5px; border-radius: 5px;
padding: 5px; padding: 5px;
font-size: 16px; font-size: 16px;
@ -51,6 +51,7 @@ body {
.form-description { .form-description {
color: #0280e5; color: #0280e5;
width: 80%;
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
} }
@ -80,6 +81,12 @@ body {
font-size: 16px; font-size: 16px;
} }
.inlinelink {
text-decoration: underline;
color: #3c78d8;
cursor: pointer;
}
.menu { .menu {
display: none; display: none;
background-color: #3c78d8; background-color: #3c78d8;