123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /*
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2015
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
-
- SPAN.clsDropPadding
- {
- display: inline !important;
- }
- .pageBody,
- .pageHeader,
- .pageFooter,
- .block,
- .conditionalBlock,
- .conditionalBlockDefault,
- .tableCell,
- .singleton,
- .repeater,
- .repeaterTableCell,
- .listColumnBody,
- .listColumnTitle,
- .rowCell,
- .crosstabCorner,
- .crosstabNodeMember,
- .crosstabSpacer,
- .crosstabFactCell,
- .hyperlink,
- .TOCEntry,
- .appCard,
- .appDataCard,
- .appRepeaterTableCell,
- .appIFrame
- {
- padding-left: 5px;
- padding-right: 5px;
- }
- .button,
- .promptButton,
- .hyperlink,
- .fieldSet
- {
- margin-left: 1px;
- margin-right: 1px;
- }
|