Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
511 B

  1. /* EXTERNAL STYLE SHEET FOR TOOLTIP ELEMENTS */
  2. .divTooltip
  3. {
  4. position:absolute;
  5. height:1%;
  6. width:20%;
  7. z-index:30;
  8. cursor:default;
  9. visibility:hidden;
  10. border: 1 solid buttonshadow;
  11. }
  12. .tblTooltip
  13. {
  14. position:relative;
  15. width:100%;
  16. height:100%;
  17. font-family:Tahoma;
  18. font-weight:normal;
  19. cursor:default;
  20. z-index:10;
  21. }
  22. .divTooltipPointer
  23. {
  24. position:absolute;
  25. top:2%;
  26. left:20%;
  27. height:1%;
  28. width:1%;
  29. font-family:Wingdings;
  30. visibility:hidden;
  31. z-index:5;
  32. }