123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2013
- |
- | US Government Users Restricted Rights - Use, duplication or
- | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- |
- +========================================================================+
- --><css>/*
- *+------------------------------------------------------------------------+
- *| 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 */
- /*layout section*/
- .bux-utilities-content {
- padding: 4px 4px;
- }
- .bux-utilities-desc {
- padding-left: 1em;
- }
- .bux-utilities-logo {
- padding: 2px 2px;
- }
- .bux-utilities-image-tile {
- visibility: hidden;
- }
- .dijit_a11y .bux-utilities-image-tile {
- visibility: visible;
- }
- .bux-utilities-iframe-blanket {
- background-color: transparent;
- position: absolute;
- border: none;
- }
- .bux-utilities-actionBtn-image-cursor {
- cursor: pointer;
- }
- /*Skin section*/
- .bux-utilities-title {
- font-weight: bold;
- color: <skinValue path="/uiSkin/uiElements/body/hyperlink/state[@type='default']/color"/>;
- }
- .bux-utilities-time {
- padding-left: 1em;
- font-size: 0.9em;
- color: <skinValue path="/uiSkin/uiElements/form/tree/node/state[@type='alternate']/text/color"/>;
- }
- .bux-utilities-alternate {
- background-color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/background/image"/>;
- }
- .bux-utilities-categories {
- padding-left: 1em;
- font-weight: bold;
- }
- </css>
|