basic verification UI

This commit is contained in:
Matthew Hodgson 2016-09-15 01:55:59 +01:00
parent c5a52d89be
commit cb2c2c1b36

View File

@ -104,6 +104,18 @@ limitations under the License.
margin-bottom: 28px;
}
.mx_UserSettings_cryptoSection ul {
display: table;
}
.mx_UserSettings_cryptoSection li {
display: table-row;
}
.mx_UserSettings_cryptoSection label,
.mx_UserSettings_cryptoSection span {
display: table-cell;
padding-right: 1em;
}
.mx_UserSettings_toggle input {
width: 16px;
margin-right: 8px;