You are here

tinymce-2.css in Wysiwyg 5

Same filename and directory in other branches
  1. 5.2 editors/css/tinymce-2.css
  2. 6 editors/css/tinymce-2.css
/**
 * TinyMCE 2.x
 */
table.mceEditor {
  clear: left;
}

/**
 * Align all buttons and separators in a single row, so they wrap into multiple
 * rows if required.
 */
.mceToolbarTop a, .mceToolbarBottom a {
  float: left;
}
.mceSeparatorLine {
  float: left;
  margin-top: 3px;
}
.mceSelectList {
  float: left;
  margin-bottom: 1px;
}
/* Place table plugin buttons into new row */
#mce_editor_0_table, #mce_editor_1_table {
  clear: left;
}

File

editors/css/tinymce-2.css
View source
  1. /**
  2. * TinyMCE 2.x
  3. */
  4. table.mceEditor {
  5. clear: left;
  6. }
  7. /**
  8. * Align all buttons and separators in a single row, so they wrap into multiple
  9. * rows if required.
  10. */
  11. .mceToolbarTop a, .mceToolbarBottom a {
  12. float: left;
  13. }
  14. .mceSeparatorLine {
  15. float: left;
  16. margin-top: 3px;
  17. }
  18. .mceSelectList {
  19. float: left;
  20. margin-bottom: 1px;
  21. }
  22. /* Place table plugin buttons into new row */
  23. #mce_editor_0_table, #mce_editor_1_table {
  24. clear: left;
  25. }