forked from indymedia/epicyon
Right justify submit button
parent
08227dac51
commit
f132de9d4f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue