Name CryptographyPanel CSS classes consistent with style
This commit is contained in:
parent
a547ee4654
commit
0941b38b5d
2 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
|||
.mx_CryptographyPanel {
|
||||
.mx_CryptographyPanel_sessionInfo {
|
||||
display: table;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.mx_CryptographyPanel > li {
|
||||
.mx_CryptographyPanel_sessionInfo > li {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
.mx_CryptographyPanel > li > label,
|
||||
.mx_CryptographyPanel > li > span {
|
||||
.mx_CryptographyPanel_sessionInfo > li > label,
|
||||
.mx_CryptographyPanel_sessionInfo > li > span {
|
||||
display: table-cell;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue