123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- /*
- Licensed Materials - Property of IBM
- IBM Cognos Products: pps
- (C) Copyright IBM Corp. 2005, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- .adminOuterPane
- {
- border: 1px;
- height: 500px;
- }
- .adminPaneRoot
- {
- width: 100%;
- height: 100%;
- }
- .ppesAdminPanelContentsContainer
- {
- }
- .ppesAdminPropertiesContainer
- {
- background: white;
- border-bottom: 2px inset;
- border-left: 2px inset;
- border-right: 2px inset;
- height: 315px;
- overflow: auto;
- }
- .ppesAdminPropertiesHeader
- {
- background-color: #E7E7E7;
- color: #134679;
- font-size: 11px;
- font-weight: bold;
- vertical-align: middle;
- padding-left: 3px;
- height: 20px;
- border-top: 2px inset;
- border-left: 2px inset;
- border-right: 2px inset;
- }
- .ppesAdminPropertiesLinksContainer
- {
- text-align: right;
- padding-bottom: 5px;
- white-space:nowrap;
- }
- .ppesAdminPropertiesLink
- {
- font-size: 11px;
- text-decoration: underline;
- color: #0000CC;
- cursor: hand;
- padding-right: 10px;
- }
- .ppesAdminPropertiesLinkDisabled
- {
- display: none;
- }
- .ppesAdminPropertiesLinkSeperator
- {
- font-size: 11px;
- width: 20px;
- padding-right: 10px;
- }
- .ppesAdminPropertiesButtonsContainer
- {
- background-color: #F3F3F3;
- padding-top: 5px;
- padding-left: 5px;
- padding-right: 5px;
- padding-bottom: 2px;
- border-top: 1px solid #999999;
- }
- .adminTitleArea
- {
- background-color: #99AACC;
- border: 1px solid #336699;
- width: auto;
- white-space: nowrap;
- }
- .adminTitleText
- {
- color: #FFFFFF;
- font-weight: bold;
- vertical-align: middle;
- white-space: nowrap;
- width: 100%;
- }
- .adminTitleHelpLink
- {
- color: #FFFFFF;
- font-weight: normal;
- text-decoration: underline;
- text-align: right;
- white-space: nowrap;
- cursor: hand;
- cursor: pointer;
- }
- .ppesAdminPropertiesHintContainer
- {
- font-size: 11px;
- color: #134679;
- vertical-align: top;
- height: 40px;
- overflow: auto;
- }
- BODY
- {
- font-size: 70%;
- }
|