1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- /****************************************************************
- ** IBM Confidential
- **
- ** OCO Source Materials
- **
- ** BI and PM: tm1web
- **
- ** (C) Copyright IBM Corp. 2007, 2009, 2011
- **
- ** The source code for this program is not published or otherwise
- ** divested of its trade secrets, irrespective of what has been
- ** deposited with the U.S. Copyright Office.
- *****************************************************************/
- .pageDialog
- {
- width:270px;
- height:420px;
- v-align: center;
- text-align:center;
- font-family: Tahoma, Arial;
- }
- .ContentContainer
- {
- width:230px;
- height:330px;
- padding-left:5px;
- padding-right:5px;
- padding-top:1px;
- padding-bottom:5px;
- text-align:left;
- overflow-y:auto;
- overflow-x:auto;
- }
- .MessageLabel
- {
- font-size: 8pt;
- text-decoration:underline;
- }
- .DialogTable {
- text-align:left;
- font-size: 9pt;
- font-family: tahoma,arial,sans-serif;
-
- }
- .ActivePage
- {
- font-family: tahoma, arial, sans-serif;
- font-size: 9pt;
- padding-left: 5px;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 5px; white-space: nowrap;
- }
- .OtherPages
- {
- font-family: tahoma, arial, sans-serif;
- font-size: 9pt;
- padding-left: 5px;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 5px;
- white-space: nowrap;
- background-color: snow;
-
- }
|