Compare commits

..

2 Commits

Author SHA1 Message Date
Fred Boniface 118dc7357c Added style media queries 2022-09-21 09:46:51 +01:00
Fred Boniface e8678078b8 Update link styles 2022-09-21 09:44:21 +01:00
2 changed files with 24 additions and 2 deletions

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,10 +51,25 @@ 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;
@ -80,6 +95,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;