You are here

ckeditor.css in CKEditor - WYSIWYG HTML editor 7

/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}

File

css/ckeditor.css
View source
  1. /* General indentation & positioning classes */
  2. .rteindent1 {
  3. margin-left: 40px;
  4. }
  5. .rteindent2 {
  6. margin-left: 80px;
  7. }
  8. .rteindent3 {
  9. margin-left: 120px;
  10. }
  11. .rteindent4 {
  12. margin-left: 160px;
  13. }
  14. .rteleft {
  15. text-align: left;
  16. }
  17. .rteright {
  18. text-align: right;
  19. }
  20. .rtecenter {
  21. text-align: center;
  22. }
  23. .rtejustify {
  24. text-align: justify;
  25. }
  26. .ibimage_left {
  27. float: left;
  28. }
  29. .ibimage_right {
  30. float: right;
  31. }