1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /****************************************************************
- ** 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.
- *****************************************************************/
- /*.tiltePanel_divContainer
- {
- position: relative;
- padding-left:10px;
- }
- */
- .tiltePanel_divTitle
- {
- background-color:white;
- position:absolute;
- top:-8px;
- left:20px;
- }
- .tiltePanel_divContent
- {
- border:solid 1px gray;
- position:relative;
- /*top:11px;*/
- padding-top:8px;
- }
- .tiltePanel_divContainer
- {
-
- padding-bottom:20px;
- padding-left:10px;
- padding-right:10px;
- position:relative;
- }
|