Break 'Cryptography' settings into a separate component

This commit is contained in:
Andy Balaam 2021-10-15 15:06:55 +01:00
parent af55ac7b8c
commit a547ee4654
7 changed files with 174 additions and 97 deletions

View file

@ -0,0 +1,22 @@
.mx_CryptographyPanel {
display: table;
padding-left: 0;
}
.mx_CryptographyPanel > li {
display: table-row;
}
.mx_CryptographyPanel > li > label,
.mx_CryptographyPanel > li > span {
display: table-cell;
padding-right: 1em;
}
.mx_CryptographyPanel_importExportButtons .mx_AccessibleButton {
margin-right: 10px;
}
.mx_CryptographyPanel_importExportButtons {
margin-bottom: 15px;
}