editor.css 952 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: BUX
  5. *| (C) Copyright IBM Corp. 2009, 2022
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *+------------------------------------------------------------------------+
  10. */
  11. /* This is a generated file, do not edit */
  12. .RichTextEditable {
  13. border: 0px none;
  14. }
  15. .icdUI .dijitEditorIFrameContainer {
  16. padding: 0px;
  17. }
  18. .dj_gecko .bux-toolbar .dijitComboBox {
  19. width: auto !important;
  20. max-width: 165px;
  21. }
  22. .dj_gecko.dijit_a11y .bux-toolbar .dijitComboBox {
  23. width: 15em !important;
  24. max-width: 165px;
  25. }
  26. .icdUI .dijitEditor {
  27. border: none;
  28. }
  29. .icdUI .dijitEditor,
  30. .icdUI .dijitEditor blockquote {
  31. border: none;
  32. }
  33. /*Skin section*/
  34. .icdUI .dijitEditor .dijitEditorIFrameContainer {
  35. background-image: none !important;
  36. }