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

@ -145,24 +145,4 @@
color: #fff;
}
}
.editorTextArea, .editorHtmlArea {
background: #fff;
color: #000;
font-family: Arial, Verdana, Geneva, sans-serif;
font-size: 14px;
table {
border-collapse: separate;
}
blockquote {
border: 0;
border-left: solid 2px #444;
margin-left: 5px;
margin: 5px 0;
padding-left: 5px;
}
}
}

View file

@ -76,12 +76,15 @@
.box-sizing(border-box);
background: #fff;
color: #000;
border: 0px !important;
overflow: auto;
overflow-y: scroll;
font-family: arial, sans-serif;
font-size: 14px;
line-height: 16px;
font-family: Arial, Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 15px;
margin: 0px;
padding: 8px;
@ -102,9 +105,11 @@
}
blockquote {
border: 0;
border-left: solid 2px #444;
margin-left: 5px;
padding-left: 5px
margin: 5px 0;
padding-left: 5px;
}
img {
@ -119,14 +124,17 @@
.editorTextArea {
.box-sizing(border-box);
background: #fff;
color: #000;
display: block;
border: 0px !important;
width: 100%;
line-height: 16px;
margin: 0px;
padding: 8px;
font-family: arial, sans-serif;
font-size: 14px;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
font-size: 13px;
line-height: 15px;
overflow: auto;
overflow-y: scroll;

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;