From ad306dd9993d4cc68c502dc200326a782f7afd3c Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 16 Mar 2017 14:59:13 +0000 Subject: [PATCH] CSS for add phone number in UserSettings --- .../css/matrix-react-sdk/structures/_UserSettings.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss b/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss index 7ae7168e1c..099b5b518f 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_UserSettings.scss @@ -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;