Tweak login form styles, so inputs are same size

This commit is contained in:
Lance Edgar 2019-09-06 16:43:22 -05:00
parent 192c3c201d
commit cb4e9e9eda
2 changed files with 6 additions and 3 deletions

View file

@ -9,7 +9,8 @@
padding-left: 5em;
}
.field.is-horizontal .field-label .label {
/* note that this should only apply to "normal" primary forms */
.form-wrapper .form .field.is-horizontal .field-label .label {
text-align: left;
white-space: nowrap;
width: 18em;

View file

@ -20,9 +20,11 @@
max-width: 800px;
}
/* this "undoes" global styles for field labels */
/* must force a particular label with, in order to make sure */
/* the username and password inputs are the same size */
.field.is-horizontal .field-label .label {
width: auto;
text-align: left;
width: 6rem;
}
.buttons {