mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
OpenPGP - part 2 - unstable (#53)
This commit is contained in:
parent
d181974127
commit
0bb69d4494
23 changed files with 600 additions and 339 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue