OpenPGP - part 2 - unstable (#53)

This commit is contained in:
RainLoop Team 2014-01-28 20:09:41 +04:00
parent d181974127
commit 0bb69d4494
23 changed files with 600 additions and 339 deletions

View file

@ -181,7 +181,7 @@ html.rl-no-preview-pane {
height: 0px;
}
.showImages, .readReceipt {
.showImages, .readReceipt, .pgpSigned, .pgpEncrypted {
cursor: pointer;
padding: 10px 15px;
border-bottom: 1px solid #ddd;
@ -192,6 +192,10 @@ html.rl-no-preview-pane {
background-color: #ffffd9;
}
.pgpSigned, .pgpEncrypted {
cursor: default;
}
.attachmentsPlace {
padding: 10px;
@ -306,16 +310,15 @@ html.rl-no-preview-pane {
&.plain {
padding: 15px;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
pre {
margin: 0px;
padding: 0px;
font-family: arial, sans-serif;
background: #fff;
border: none;
white-space: normal;
}
blockquote {
border-left: 2px solid blue;
color: blue;