Reorganize registration inputs

This commit is contained in:
J. Ryan Stinnett 2019-01-29 15:52:12 -06:00
parent 379b940bfa
commit daee5f0325
2 changed files with 39 additions and 18 deletions

View file

@ -47,6 +47,24 @@ limitations under the License.
box-sizing: border-box;
}
.mx_Auth_fieldRow {
display: flex;
margin-bottom: 10px;
}
.mx_Auth_fieldRow > * {
margin: 0 5px;
flex: 1;
}
.mx_Auth_fieldRow > *:first-child {
margin-left: 0;
}
.mx_Auth_fieldRow > *:last-child {
margin-right: 0;
}
.mx_AuthBody a:link,
.mx_AuthBody a:hover,
.mx_AuthBody a:visited {