mirror of https://gitlab.com/bashrc2/epicyon
Right justify submit button
parent
08227dac51
commit
f132de9d4f
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue