adminpanel.css 999 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. .elemHovered
  15. {
  16. background-color: #E0E0E0;
  17. cursor:pointer;
  18. white-space: nowrap;
  19. overflow: hidden;
  20. }
  21. .elem
  22. {
  23. white-space: nowrap;
  24. overflow: hidden;
  25. }
  26. .toolbar
  27. {
  28. height: 27px;
  29. background-image: url(../../images/toolbar-bkgrnd.png);
  30. background-color: Transparent;
  31. white-space: normal;
  32. }
  33. .tbi_hide, .tbi_show
  34. {
  35. position: absolute;
  36. top: 2px;
  37. }
  38. .tbi_hide
  39. {
  40. visibility: hidden;
  41. }
  42. .tbi_show
  43. {
  44. visibility: visible;
  45. }
  46. .tbTextb
  47. {
  48. position: absolute;
  49. cursor: pointer;
  50. font-family: Tahoma;
  51. font-size: 9pt;
  52. font-weight: bold;
  53. text-align: center;
  54. top: 6px;
  55. }