8996334da9a06377e117a79763b2eb7d98827121
[yaffs-website] / web / core / modules / ckeditor / css / ckeditor-iframe.css
1 /**
2  * CSS added to iframe-based instances only.
3  */
4 body {
5   font-family: Arial, Verdana, sans-serif;
6   font-size: 15px;
7   color: #222;
8   background-color: #fff;
9   margin: 8px;
10 }
11
12 @media screen and (max-width: 600px) {
13   /* A font-size of 16px prevents iOS from zooming. */
14   body {
15     font-size: 16px;
16   }
17 }
18
19 ol, ul, dl {
20   /* Preserved spaces for list items with text direction other than the list.
21    * (CKEditor issues #6249,#8049) */
22   padding: 0 40px;
23 }