mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Fix pgp import button style #89
This commit is contained in:
parent
f8002151be
commit
a7f764546f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,6 @@
|
||||||
<!-- ko if: canOpenPGP -->
|
<!-- ko if: canOpenPGP -->
|
||||||
<details>
|
<details>
|
||||||
<summary class="legend">OpenPGP.js</summary>
|
<summary class="legend">OpenPGP.js</summary>
|
||||||
<button data-bind="click: importToOpenPGP" data-i18n="SETTINGS_OPENPGP/IMPORT_FROM_SERVER"></button>
|
|
||||||
<table class="table table-hover list-table">
|
<table class="table table-hover list-table">
|
||||||
<tbody><tr><th colspan="4" data-i18n="SETTINGS_OPENPGP/TITLE_PRIVATE">Private keys</th></tr></tbody>
|
<tbody><tr><th colspan="4" data-i18n="SETTINGS_OPENPGP/TITLE_PRIVATE">Private keys</th></tr></tbody>
|
||||||
<tbody data-bind="foreach: openpgpkeysPrivate, i18nUpdate: openpgpkeysPrivate">
|
<tbody data-bind="foreach: openpgpkeysPrivate, i18nUpdate: openpgpkeysPrivate">
|
||||||
|
|
@ -114,6 +113,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<button class="btn" data-bind="click: importToOpenPGP" data-i18n="SETTINGS_OPENPGP/IMPORT_FROM_SERVER"></button>
|
||||||
</details>
|
</details>
|
||||||
<!-- /ko -->
|
<!-- /ko -->
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue