_presets.scss 649 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. /* "Source" button label */
  6. .cke_button__source_label,
  7. .cke_button__sourcedialog_label {
  8. display: inline;
  9. }
  10. /* "Font Size" combo width */
  11. .cke_combo__fontsize .cke_combo_text {
  12. width: 30px;
  13. }
  14. /* "Font Size" panel size */
  15. .cke_combopanel__fontsize {
  16. width: 120px;
  17. }
  18. /* Editable regions */
  19. .cke_source {
  20. font-family: 'Courier New' , Monospace;
  21. font-size: small;
  22. background-color: #fff;
  23. white-space: pre;
  24. }
  25. .cke_wysiwyg_frame, .cke_wysiwyg_div {
  26. background-color: #fff;
  27. }