Finished client result API.
Need to work on adjustment user codes and server email notifications.
This commit is contained in:
@ -130,7 +130,20 @@
|
||||
|
||||
.control-button-container {
|
||||
width: fit-content;
|
||||
margin: 0 auto;
|
||||
margin: 2rem auto;
|
||||
}
|
||||
|
||||
.control-button-container a {
|
||||
width: fit-content;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.navigator-help {
|
||||
margin: 4rem auto;
|
||||
}
|
||||
|
||||
#navigator-container {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
/* Layout for Mobile Devices */
|
||||
|
@ -4,6 +4,11 @@ body {
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
#dismiss-cookie-alert {
|
||||
margin-top: 16px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.site-footer {
|
||||
background-color: lightgray;
|
||||
font-size: small;
|
||||
@ -133,6 +138,31 @@ body {
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
.results-name {
|
||||
margin: 3rem auto;
|
||||
}
|
||||
|
||||
.results-name .surname {
|
||||
font-variant: small-caps;
|
||||
font-size: 24pt;
|
||||
}
|
||||
|
||||
.results-score {
|
||||
margin: 2rem auto;
|
||||
width: fit-content;
|
||||
font-size: 36pt;
|
||||
}
|
||||
|
||||
.results-score::after {
|
||||
content: '%';
|
||||
}
|
||||
|
||||
.results-grade {
|
||||
margin: 2rem auto;
|
||||
width: fit-content;
|
||||
font-size: 26pt;
|
||||
}
|
||||
|
||||
/* Change Autocomplete styles in Chrome*/
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
|
Reference in New Issue
Block a user