You are here

tinymce-3.css in Wysiwyg 7.2

/**
 * TinyMCE 3.x
 */
table.mceLayout {
  clear: left;
}

/**
 * Align all buttons and separators in a single row, so they wrap into multiple
 * rows if required.
 */
.mceToolbar td {
  display: inline;
}
.mceToolbar a,
.mceSeparator {
  float: left;
}
.mceListBox,
.mceSplitButton {
  float: left;
  margin-bottom: 1px;
}

File

editors/css/tinymce-3.css
View source
  1. /**
  2. * TinyMCE 3.x
  3. */
  4. table.mceLayout {
  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. .mceToolbar td {
  12. display: inline;
  13. }
  14. .mceToolbar a,
  15. .mceSeparator {
  16. float: left;
  17. }
  18. .mceListBox,
  19. .mceSplitButton {
  20. float: left;
  21. margin-bottom: 1px;
  22. }