mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08:00
40 lines
550 B
Text
40 lines
550 B
Text
|
|
V-Settings-OpenPgp {
|
|
|
|
td + td {
|
|
width: 1%;
|
|
}
|
|
|
|
table {
|
|
|
|
.open-pgp-key-img {
|
|
margin-right: 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.open-pgp-key-id, .open-pgp-key-user {
|
|
display: inline-block;
|
|
word-break: break-all;
|
|
box-sizing: border-box;
|
|
line-height: 22px;
|
|
cursor: default;
|
|
}
|
|
|
|
.open-pgp-key-user-address:first-child {
|
|
line-height: 30px;
|
|
margin-bottom: -4px;
|
|
}
|
|
}
|
|
|
|
.open-pgp-key-item {
|
|
|
|
.delete-open-pgp-key, .view-open-pgp-key {
|
|
cursor: pointer;
|
|
opacity: 0.7;
|
|
|
|
&:hover {
|
|
opacity: 0.9;
|
|
}
|
|
}
|
|
}
|
|
}
|