You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
545 B
26 lines
545 B
.mx_CryptographyPanel_sessionInfo {
|
|
padding: 0em;
|
|
border-spacing: 0px;
|
|
}
|
|
.mx_CryptographyPanel_sessionInfo > tr {
|
|
vertical-align: baseline;
|
|
padding: 0em;
|
|
}
|
|
|
|
.mx_CryptographyPanel_sessionInfo > tr > td {
|
|
padding-bottom: 0em;
|
|
padding-left: 0em;
|
|
padding-right: 1em;
|
|
padding-top: 0em;
|
|
}
|
|
|
|
.mx_CryptographyPanel_importExportButtons .mx_AccessibleButton {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.mx_CryptographyPanel_importExportButtons {
|
|
margin-bottom: 15px;
|
|
display: inline-flex;
|
|
flex-flow: wrap;
|
|
row-gap: 10px;
|
|
}
|
|
|