123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- /*
- *+------------------------------------------------------------------------+
- *| 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 */
- /* General CSS styles that can be used for any element */
- .BUXNoPrint,#widgetBuxContentPane_EP {
- display: none !important;
- }
- /* Specific BUX printing overrides */
- .icdBorder,
- .icdBorderPopup {
- display: none !important;
- }
- .bux-toolbar {
- display: none !important;
- }
- .buxBannerButton,
- .buxBannerDropDownButton,
- .buxBannerComboButton {
- display: none !important;
- }
- .buxBannerBlueDotSection,
- .buxBannerMainSectionLeft,
- .buxBannerMainToRightSection,
- .buxBannerRightSection {
- display: none !important;
- }
- .buxBannerMainSectionRight {
- width: 100% !important;
- text-align: center !important;
- }
- .dojoxExpandoTop {
- overflow: visible !important;
- width: 100% !important;
- }
- .dojoxExpandoBottom{
- overflow: visible !important;
- width: 100% !important;
- }
- #buxCANVASTab {
- left: 0px !important;
- top: 0px !important;
- width: 100% !important;
- height: 100% !important;
- overflow: visible !important;
- position: relative !important
- }
- div.buxCanvasHidden {
- display: none !important;
- }
- .buxCanvas,
- .dijitTabContainer {
- bottom: auto !important;
- right: auto !important;
- width: 100% !important;
- height: 100% !important;
- overflow: visible !important;
- position: relative !important
- }
- .icdUI .dijitSplitter {
- display: none!important;
- }
- .buxCanvasDropZoneInner {
- width: 100% !important;
- height: 100% !important;
- }
- .dijitTabListContainer-bottom,
- .dijitTabListContainer-top{
- display: none !important;
- }
- .dijitTabPaneWrapper,
- .dijitTabPane,
- .dijitTabListWrapper,
- .nowrapTabStrip {
- width: 100% !important;
- position: static !important
- }
- .dijitHidden .buxFilterSlider {
- display: none !important;
- }
- .buxCanvasDropZoneInner .dojoxFloatingPaneContent {
- position: relative;
- }
- .buxCanvasDropZoneIndicator {
- display: none !important;
- }
- .dojoxFloatingPaneCanvas {
- overflow: visible !important;
- }
- #widgetBuxBanner {
- display: none !important;
- }
- .bux-comment-cell-indicator {
- display: none !important;
- }
- .icdFilterSelectButton {
- display: none !important;
- }
- .icdSplitter-left .dijitSplitterThumb,
- .icdSplitter-right .dijitSplitterThumb,
- .icdSplitter-bottom .dijitSplitterThumb,
- .icdSplitter-top .dijitSplitterThumb {
- display: none !important;
- }
- .bux-cbn-button {
- visibility: hidden !important;
- }
- .bux-cbn-activityTable td.bux-cbn-expandActivityButton {
- display: none !important;
- }
- .claro .dojoxExpandoClosed {
- border: none !important;
- }
- /**IE specific css to ensure overlapping widgets are not transparent when printing. See COGCQ00722421 **/
- .icdUI .buxCanvasDropZoneInner .dojoxFloatingPane{
- /* IE7 specific */
- filter: progid:DXImageTransform.Microsoft.gradient(
- GradientType=0,
- startColorstr='#ffffff',
- endColorstr='#ffffff'
- );
- /* IE8 and 9 specific */
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
- GradientType=0,
- startColorstr='#ffffff',
- endColorstr='#ffffff'
- )";
- }
|