2021-10-15 23:09:36 +08:00
|
|
|
.mx_CryptographyPanel_sessionInfo {
|
2021-10-15 22:06:55 +08:00
|
|
|
display: table;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
2021-10-15 23:09:36 +08:00
|
|
|
.mx_CryptographyPanel_sessionInfo > li {
|
2021-10-15 22:06:55 +08:00
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
2021-10-15 23:09:36 +08:00
|
|
|
.mx_CryptographyPanel_sessionInfo > li > label,
|
|
|
|
.mx_CryptographyPanel_sessionInfo > li > span {
|
2021-10-15 22:06:55 +08:00
|
|
|
display: table-cell;
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_CryptographyPanel_importExportButtons .mx_AccessibleButton {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_CryptographyPanel_importExportButtons {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|