#89 verify detached signature using GnuPG

This commit is contained in:
the-djmaze 2022-02-02 14:36:49 +01:00
parent 08ea226dbe
commit 93db6e6e0e
6 changed files with 82 additions and 71 deletions

View file

@ -436,14 +436,6 @@ html.rl-no-preview-pane {
margin: 0.5em;
padding: 0.5em;
&.success {
color: green;
}
&.error {
color: red;
}
span {
margin-right: 1em;
}
@ -460,6 +452,19 @@ html.rl-no-preview-pane {
border: 1px dashed #FA0;
color: #FA0;
}
&.success {
border-color: #090;
color: #090;
}
&.error {
border-color: #F00;
color: #F00;
}
&.error button,
&.success button {
display: none;
}
}
.b-text-part > iframe {
min-height: 50vh;