You are here

ckeditor-rtl.css in CKEditor for WYSIWYG Module 8

Same filename and directory in other branches
  1. 7 css/ckeditor-rtl.css
/**
 * RTL styles used by CKEditor. Added to front-end theme and iFrame editors.
 */
.align-left {
  text-align: right;
}
.align-right {
  text-align: left;
}
.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. .align-left {
  5. text-align: right;
  6. }
  7. .align-right {
  8. text-align: left;
  9. }
  10. .indent1 {
  11. margin: 0 40px 0 0;
  12. }
  13. .indent2 {
  14. margin: 0 80px 0 0;
  15. }
  16. .indent3 {
  17. margin: 0 120px 0 0;
  18. }