Compare commits

..

No commits in common. "118dc7357c6fa758965f4dd6355e85b089bae344" and "c7374c32f8e742d090fdc159b0e3d5d6b5bebd2e" have entirely different histories.

2 changed files with 2 additions and 24 deletions

View File

@ -57,8 +57,7 @@
<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 the <a class="inlinelink" href="https://git.fjla.uk/fred.boniface/athena.fb-infra.uk/issues"> posted to 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: 90px; height: 70px;
border-radius: 5px; border-radius: 5px;
padding: 5px; padding: 5px;
font-size: 16px; font-size: 16px;
@ -51,25 +51,10 @@ body {
.form-description { .form-description {
color: #0280e5; color: #0280e5;
width: 80%;
padding-top: 5px; padding-top: 5px;
padding-bottom: 5px; padding-bottom: 5px;
} }
@media only screen and (min-width: 768px) {
.form-text-small {
width: 50%;
}
.form-text-large {
width: 50%;
}
.form-description {
width: 50%;
}
}
.lookup-button { .lookup-button {
background-color: #3c78d8; background-color: #3c78d8;
color: #f6f5f4; color: #f6f5f4;
@ -95,12 +80,6 @@ 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;