2015-07-16 11:53:51 +02:00
|
|
|
/*
|
2016-01-07 05:17:56 +01:00
|
|
|
Copyright 2015, 2016 OpenMarket Ltd
|
2015-07-16 11:53:51 +02:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_UserSettings {
|
2015-10-23 03:32:49 +02:00
|
|
|
width: 960px;
|
2015-07-22 00:01:05 +02:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2016-01-15 16:26:00 +01:00
|
|
|
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -moz-box;
|
|
|
|
display: -ms-flexbox;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
-webkit-flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettings .mx_RoomHeader {
|
|
|
|
-webkit-box-ordinal-group: 1;
|
|
|
|
-moz-box-ordinal-group: 1;
|
|
|
|
-ms-flex-order: 1;
|
|
|
|
-webkit-order: 1;
|
|
|
|
order: 1;
|
|
|
|
|
|
|
|
-webkit-flex: 0 0 83px;
|
|
|
|
flex: 0 0 83px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettings_body {
|
|
|
|
-webkit-box-ordinal-group: 2;
|
|
|
|
-moz-box-ordinal-group: 2;
|
|
|
|
-ms-flex-order: 2;
|
|
|
|
-webkit-order: 2;
|
|
|
|
order: 2;
|
|
|
|
|
|
|
|
-webkit-flex: 1 1 0;
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
|
|
|
overflow-y: auto;
|
2015-07-16 11:53:51 +02:00
|
|
|
}
|
2015-11-17 03:15:55 +01:00
|
|
|
|
|
|
|
.mx_UserSettings_spinner {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 12px;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettings_button {
|
|
|
|
display: inline;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 0px;
|
|
|
|
border-radius: 36px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #76cfa6;
|
|
|
|
width: auto;
|
|
|
|
margin: auto;
|
|
|
|
padding: 7px;
|
|
|
|
padding-left: 1.5em;
|
|
|
|
padding-right: 1.5em;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettings h2 {
|
|
|
|
clear: both;
|
|
|
|
margin-top: 32px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
margin-left: 63px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2016-01-11 17:24:04 +01:00
|
|
|
.mx_UserSettings h3 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 15px;
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2015-11-17 03:15:55 +01:00
|
|
|
.mx_UserSettings_section {
|
|
|
|
margin-left: 63px;
|
|
|
|
margin-top: 28px;
|
|
|
|
margin-bottom: 28px;
|
|
|
|
}
|
|
|
|
|
2015-12-24 10:21:02 +01:00
|
|
|
.mx_UserSettings_accountTable
|
2015-11-17 03:15:55 +01:00
|
|
|
.mx_UserSettings_notifTable
|
|
|
|
{
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
2015-12-24 10:21:02 +01:00
|
|
|
.mx_UserSettings_profileTable
|
|
|
|
{
|
|
|
|
display: table;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2016-01-11 17:24:04 +01:00
|
|
|
.mx_UserSettings_profileTableRow
|
2015-11-17 03:15:55 +01:00
|
|
|
{
|
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettings_profileLabelCell
|
|
|
|
{
|
|
|
|
padding-bottom: 21px;
|
|
|
|
display: table-cell;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettings_profileInputCell {
|
|
|
|
display: table-cell;
|
|
|
|
padding-bottom: 21px;
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
|
2015-12-28 02:38:14 +01:00
|
|
|
.mx_UserSettings_profileInputCell input,
|
2015-12-28 02:41:51 +01:00
|
|
|
.mx_UserSettings_profileInputCell .mx_EditableText
|
2015-12-28 02:38:14 +01:00
|
|
|
{
|
2016-01-15 16:26:00 +01:00
|
|
|
display: inline-block;
|
2015-12-23 15:13:24 +01:00
|
|
|
border: 0px;
|
|
|
|
border-bottom: 1px solid rgba(151, 151, 151, 0.5);
|
|
|
|
padding: 0px;
|
|
|
|
width: 240px;
|
|
|
|
color: rgba(74, 74, 74, 0.9);
|
2015-12-28 02:38:14 +01:00
|
|
|
font-family: 'Open Sans', Helvetica, Arial, Sans-Serif;
|
2015-12-23 15:13:24 +01:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2016-01-20 18:06:13 +01:00
|
|
|
.mx_UserSettings_rhsButton {
|
2016-01-15 13:34:01 +01:00
|
|
|
float: right;
|
|
|
|
margin-right: 32px;
|
|
|
|
margin-left: 32px;
|
2015-12-23 17:53:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.mx_UserSettings_avatarPicker {
|
2016-01-15 13:34:01 +01:00
|
|
|
margin-left: 32px;
|
|
|
|
margin-right: 32px;
|
2015-12-24 10:21:02 +01:00
|
|
|
float: right;
|
2016-01-15 13:34:01 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2015-12-23 17:53:19 +01:00
|
|
|
.mx_UserSettings_avatarPicker_edit {
|
2016-01-15 13:34:01 +01:00
|
|
|
text-align: center;
|
2015-12-24 10:21:02 +01:00
|
|
|
margin-top: 10px;
|
2015-12-23 17:53:19 +01:00
|
|
|
}
|
|
|
|
|
2016-01-15 13:34:01 +01:00
|
|
|
.mx_UserSettings_avatarPicker_edit > input {
|
2015-12-23 17:53:19 +01:00
|
|
|
display: none;
|
2015-12-24 10:21:02 +01:00
|
|
|
}
|