ckeditor-iframe.css

/**
 * CSS added to iframe-based instances only.
 */
body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #222;
  background-color: #fff;
  margin: 8px;
}

ol, ul, dl {
  /* IE7: reset rtl list margin. (CKEditor issue #7334) */
  *margin-right: 0px;
  /* Preserved spaces for list items with text direction other than the list.
   * (CKEditor issues #6249,#8049) */
  padding: 0 40px;
}

File

drupal/core/modules/ckeditor/css/ckeditor-iframe.css
View source
  1. /**
  2. * CSS added to iframe-based instances only.
  3. */
  4. body {
  5. font-family: Arial, Verdana, sans-serif;
  6. font-size: 12px;
  7. color: #222;
  8. background-color: #fff;
  9. margin: 8px;
  10. }
  11. ol, ul, dl {
  12. /* IE7: reset rtl list margin. (CKEditor issue #7334) */
  13. *margin-right: 0px;
  14. /* Preserved spaces for list items with text direction other than the list.
  15. * (CKEditor issues #6249,#8049) */
  16. padding: 0 40px;
  17. }