editor.xml 1.3 KB

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