Support for phone number registration/signin, mk2

Changes from https://github.com/vector-im/riot-web/pull/3381
This commit is contained in:
David Baker
2017-03-14 14:45:54 +00:00
parent 1ade7a711c
commit c4d3d66f31
5 changed files with 158 additions and 2 deletions

View File

@@ -66,6 +66,10 @@ limitations under the License.
margin-bottom: 14px;
}
.mx_Login_username {
margin-bottom: 0px;
}
.mx_Login_fieldLabel {
margin-top: -10px;
margin-left: 8px;
@@ -163,3 +167,16 @@ limitations under the License.
margin-bottom: 12px;
}
.mx_Login_phoneSection {
display: table;
}
.mx_Login_phoneCountry {
display: table-cell;
width: 70px;
}
.mx_Login_phoneNumberField {
width: 210px;
margin-left: 3px;
}