12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- /*
- *+------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| IBM Cognos Products: BUX
- *| (C) Copyright IBM Corp. 2009, 2022
- *|
- *| US Government Users Restricted Rights - Use, duplication or
- *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *+------------------------------------------------------------------------+
- */
- /* This is a generated file, do not edit */
- .RichTextEditable {
- border: 0px none;
- }
- .icdUI .dijitEditorIFrameContainer {
- padding: 0px;
- }
- .dj_gecko .bux-toolbar .dijitComboBox {
- width: auto !important;
- max-width: 165px;
- }
- .dj_gecko.dijit_a11y .bux-toolbar .dijitComboBox {
- width: 15em !important;
- max-width: 165px;
- }
- .icdUI .dijitEditor {
- border: none;
- }
- .icdUI .dijitEditor,
- .icdUI .dijitEditor blockquote {
- border: none;
- }
- /*Skin section*/
- .icdUI .dijitEditor .dijitEditorIFrameContainer {
- background-image: none !important;
- }
|