Small fixes

This commit is contained in:
RainLoop Team 2014-03-21 20:03:06 +04:00
parent 1c4ce1dfb2
commit 9d26fe049e
9 changed files with 241 additions and 207 deletions

View file

@ -300,6 +300,14 @@ html.rl-no-preview-pane {
div[data-x-div-type=body] {
margin: 15px;
}
pre {
margin: 0px;
padding: 0px;
background: #fff;
border: none;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
}
&.plain {

View file

@ -13,7 +13,8 @@
padding: 10px;
padding-right: 0;
font-family: arial,sans-serif;
/*font-family: arial, sans-serif;*/
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
font-size: 13px;
line-height: 16px;
color: #333;
@ -49,8 +50,9 @@
}
.cke_wysiwyg_div {
padding: 10px !important;
font-family: arial,sans-serif;
font-family: arial, sans-serif;
font-size: 13px;
line-height: 16px;
color: #333;
@ -69,6 +71,14 @@
}
}
pre {
margin: 0px;
padding: 0px;
background: #fff;
border: none;
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
}
blockquote {
border: 0;
border-left: solid 2px #444;