Merge pull request #6968 from andybalaam/cryptographypanel-table
Convert CryptographyPanel to a table
This commit is contained in:
commit
4f3d761984
2 changed files with 20 additions and 19 deletions
|
@ -1,16 +1,17 @@
|
|||
.mx_CryptographyPanel_sessionInfo {
|
||||
display: table;
|
||||
padding-left: 0;
|
||||
padding: 0em;
|
||||
border-spacing: 0px;
|
||||
}
|
||||
.mx_CryptographyPanel_sessionInfo > tr {
|
||||
vertical-align: baseline;
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
.mx_CryptographyPanel_sessionInfo > li {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.mx_CryptographyPanel_sessionInfo > li > label,
|
||||
.mx_CryptographyPanel_sessionInfo > li > span {
|
||||
display: table-cell;
|
||||
.mx_CryptographyPanel_sessionInfo > tr > td {
|
||||
padding-bottom: 0em;
|
||||
padding-left: 0em;
|
||||
padding-right: 1em;
|
||||
padding-top: 0em;
|
||||
}
|
||||
|
||||
.mx_CryptographyPanel_importExportButtons .mx_AccessibleButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue