mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
OpenPGP - part 3 - unstable (#53)
This commit is contained in:
parent
0bb69d4494
commit
3d3ad8d459
14 changed files with 456 additions and 206 deletions
18
dev/Styles/Pgp.less
Normal file
18
dev/Styles/Pgp.less
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
.popups {
|
||||
.b-pgp-key {
|
||||
|
||||
width: 620px;
|
||||
|
||||
.modal-header {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.inputPassphrase, .inputKey {
|
||||
width: 575px;
|
||||
}
|
||||
|
||||
.inputKey {
|
||||
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue