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; cursor: pointer;
font-size: var(--font-size-header); font-size: var(--font-size-header);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
width: 8ch; width: 10ch;
} }
.loginButton { .loginButton {
@ -1454,7 +1454,8 @@ div.container {
cursor: pointer; cursor: pointer;
font-size: var(--font-size); font-size: var(--font-size);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
width: 20%; width: 10ch;
float: right;
} }
.question { .question {
font-size: var(--font-size); font-size: var(--font-size);
@ -2094,7 +2095,8 @@ div.container {
cursor: pointer; cursor: pointer;
font-size: var(--font-size3); font-size: var(--font-size3);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
width: 20%; width: 10ch;
float: right;
} }
.question { .question {
font-size: var(--font-size3); font-size: var(--font-size3);