titlepanel.css 818 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /****************************************************************
  2. ** IBM Confidential
  3. **
  4. ** OCO Source Materials
  5. **
  6. ** BI and PM: tm1web
  7. **
  8. ** (C) Copyright IBM Corp. 2007, 2009, 2011
  9. **
  10. ** The source code for this program is not published or otherwise
  11. ** divested of its trade secrets, irrespective of what has been
  12. ** deposited with the U.S. Copyright Office.
  13. *****************************************************************/
  14. /*.tiltePanel_divContainer
  15. {
  16. position: relative;
  17. padding-left:10px;
  18. }
  19. */
  20. .tiltePanel_divTitle
  21. {
  22. background-color:white;
  23. position:absolute;
  24. top:-8px;
  25. left:20px;
  26. }
  27. .tiltePanel_divContent
  28. {
  29. border:solid 1px gray;
  30. position:relative;
  31. /*top:11px;*/
  32. padding-top:8px;
  33. }
  34. .tiltePanel_divContainer
  35. {
  36. padding-bottom:20px;
  37. padding-left:10px;
  38. padding-right:10px;
  39. position:relative;
  40. }