You are here

ckeditor-rtl.css in CKEditor for WYSIWYG Module 7

Same filename and directory in other branches
  1. 8 css/ckeditor-rtl.css
/**
 * RTL styles used by CKEditor. Added to front-end theme and iframe editors.
 */
.indent1 {
  margin: 0 40px 0 0;
}
.indent2 {
  margin: 0 80px 0 0;
}
.indent3 {
  margin: 0 120px 0 0;
}

File

css/ckeditor-rtl.css
View source
  1. /**
  2. * RTL styles used by CKEditor. Added to front-end theme and iframe editors.
  3. */
  4. .indent1 {
  5. margin: 0 40px 0 0;
  6. }
  7. .indent2 {
  8. margin: 0 80px 0 0;
  9. }
  10. .indent3 {
  11. margin: 0 120px 0 0;
  12. }