drill.css 932 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. .cell
  15. {
  16. font-family: arial, tahoma, monospace;
  17. font-size: 10pt;
  18. padding-top: 0px;
  19. padding-bottom: 0px;
  20. }
  21. .toolbar
  22. {
  23. height: 48px;
  24. background-image: url(../../images/toolbar-bkgrnd.png);
  25. background-color: Transparent;
  26. white-space: normal;
  27. }
  28. .tbi_hide, .tbi_show
  29. {
  30. position: absolute;
  31. top: 9px;
  32. }
  33. .tbi_hide
  34. {
  35. visibility: hidden;
  36. }
  37. .tbi_show
  38. {
  39. visibility: visible;
  40. }
  41. .tbLabel
  42. {
  43. position: absolute;
  44. top: 15px;
  45. cursor: default;
  46. font-family: Tahoma;
  47. font-size: 8pt;
  48. font-weight: bold;
  49. }