CSS for add phone number in UserSettings

pull/3451/head
David Baker 2017-03-16 14:59:13 +00:00
parent c4d3d66f31
commit ad306dd999
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,6 @@
/*
Copyright 2015, 2016 OpenMarket Ltd
Copyright 2017 Vector Creations Ltd
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -175,6 +176,12 @@ limitations under the License.
cursor: pointer;
}
input.mx_UserSettings_phoneNumberField {
margin-left: 3px;
width: 172px;
border: 1px solid transparent;
}
.mx_UserSettings_changePasswordButton {
float: right;
margin-right: 32px;