Right justify submit button

merge-requests/8/head
Bob Mottram 2020-12-21 15:00:40 +00:00
parent 08227dac51
commit f132de9d4f
1 changed files with 5 additions and 3 deletions

View File

@ -704,7 +704,7 @@ input[type=submit] {
cursor: pointer;
font-size: var(--font-size-header);
font-family: Arial, Helvetica, sans-serif;
width: 8ch;
width: 10ch;
}
.loginButton {
@ -1454,7 +1454,8 @@ div.container {
cursor: pointer;
font-size: var(--font-size);
font-family: Arial, Helvetica, sans-serif;
width: 20%;
width: 10ch;
float: right;
}
.question {
font-size: var(--font-size);
@ -2094,7 +2095,8 @@ div.container {
cursor: pointer;
font-size: var(--font-size3);
font-family: Arial, Helvetica, sans-serif;
width: 20%;
width: 10ch;
float: right;
}
.question {
font-size: var(--font-size3);