123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- <!--
- +========================================================================+
- | 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 */
- /* Cognos bridged portlets styles*/
- /*layout section*/
- .icdUI div[fragmentid] td,th {
- padding: 2px;
- }
- .portlet-table-header td {
- padding: 0px !important;
- }
- .icdUI .portlet-form-field-label {
- margin-left: 5px;
- }
- .icdUI .portlet-form-field {
- margin-left: 0px;
- }
- .icdUI .cognos-form-footer {
- margin-top: 10px;
- height: 40px;
- }
- .icdUI .portlet-form-button {
- height: 23px;
- }
- .icdUI .portlet-form-field .portlet-form-button[type] {
- min-height: 18px;
- }
- /*skin section*/
- .icdUI .cognos-path {
- color: <skinValue path="/uiSkin/uiElements/body/text/color"/>;
- }
- .icdUI .portlet-table-header {
- color: <skinValue path="/uiSkin/uiElements/grid/header/text/color"/>;
- font-weight: bold;
- background-color: <skinValue path="/uiSkin/uiElements/grid/header/background/color"/>;
- background-image: <skinValue path="/uiSkin/uiElements/grid/header/background/image"/>;
- }
- .icdUI .cognos-path .cognos-anchor,
- .icdUI .portlet-table-body .cognos-anchor,
- .icdUI .portlet-form-field .cognos-anchor,
- .icdUI .portlet-font .cognos-anchor,
- .icdUI .portlet-table-text .cognos-anchor,
- .icdUI .portlet-table-alternate .cognos-anchor {
- font-size: 102%;
- color: <skinValue path="/uiSkin/uiElements/body/hyperlink/state[@type='default']/color"/>;
- }
- .icdUI .portlet-msg-info {
- color: <skinValue path="/uiSkin/uiElements/body/text/color"/>;
- white-space: normal;
- }
- .icdUI .portlet-form-field-label {
- color: <skinValue path="/uiSkin/uiElements/form/label/text/color"/>;
- font-weight: bold;
- }
- .icdUI .cognos-form-footer {
- background-color: transparent;
- border: none;
- background-image: <skinValue path="/uiSkin/applicationElements/application[@name='bux']/body/images/image[@name='portletFooter']"/>;
- background-repeat: repeat-x;
- }
- .icdUI .cognos-form-footer-area {
- background-color: transparent;
- }
- .icdUI .portlet-form-button {
- background-color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/background/color"/>;
- background-image: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/background/image"/>;
- background-repeat: repeat-x;
- color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/text/color"/>;
- border: 1px solid <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/border/color"/>;
- font-size: 1em;
- font-weight: bold;
- }
- .dj_ie .icdUI .portlet-form-button {
- padding-top: 2px;
- border: 1px solid <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/border/color"/>;
- /*This is a work around to a white space between border and background image
- which looks to be an IE bug
- */
- background-color: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/border/color"/>;
- }
- .icdUI .portlet-form-button:hover {
- background-image: <skinValue path="/uiSkin/uiElements/form/button/state[@type='default']/background/image"/>;
- }
- .icdUI .portlet-form-field select,
- .icdUI .portlet-form-input-field {
- background-color: <skinValue path="/uiSkin/uiElements/form/dropDown/background/color"/>;
- border: 1px solid <skinValue path="/uiSkin/uiElements/form/textBox/state[@type='default']/border/color"/>;
- }
- .icdUI .portlet-section-alternate,
- .icdUI .portlet-table-alternate {
- background-color: <skinValue path="/uiSkin/uiElements/grid/background/color"/>;
- }
- .icdUI div[fragmentid] hr {
- border-color: <skinValue path="/uiSkin/uiElements/grid/border/color"/>;
- }
- .icdUI div[fragmentid] table[style="border: 1px solid black;"] {
- border-color: <skinValue path="/uiSkin/uiElements/grid/border/color"/> !important;
- }
- .icdUI .cognos-section-background {
- background-color: transparent;
- }
- /* -- A11Y -- */
- .dijit_a11y .portlet-form-button {
- background-color: #b3b3b3;
- border: 1px solid #b3b3b3;
- font-size: 1em;
- font-weight: bold;
- height: 23px;
- }
- .dijit_a11y .portlet-table-header>th,
- .dijit_a11y .portlet-table-header>td {
- border-bottom: 1px solid #000000;
- }
- .dijit_a11y .portlet-menu-item-hover {
- font-weight: bold;
- }
- </css>
|