sandbox.css 548 B

1234567891011121314151617181920212223242526
  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. }
  20. .elem
  21. {
  22. white-space: nowrap;
  23. }