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

@ -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;