annotate core/modules/ckeditor/css/ckeditor-iframe.css @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents af1871eacc83
children
rev   line source
Chris@0 1 /**
Chris@0 2 * CSS added to iframe-based instances only.
Chris@0 3 */
Chris@0 4 body {
Chris@18 5 margin: 8px;
Chris@18 6 color: #222;
Chris@18 7 background-color: #fff;
Chris@0 8 font-family: Arial, Verdana, sans-serif;
Chris@0 9 font-size: 15px;
Chris@0 10 }
Chris@0 11
Chris@0 12 @media screen and (max-width: 600px) {
Chris@0 13 /* A font-size of 16px prevents iOS from zooming. */
Chris@0 14 body {
Chris@0 15 font-size: 16px;
Chris@0 16 }
Chris@0 17 }
Chris@0 18
Chris@0 19 ol,
Chris@0 20 ul,
Chris@0 21 dl {
Chris@0 22 /* Preserved spaces for list items with text direction other than the list.
Chris@0 23 * (CKEditor issues #6249,#8049) */
Chris@0 24 padding: 0 40px;
Chris@0 25 }