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.

66 lines
880 B

  1. /* EXTERNAL STYLE SHEET FOR HORIZONTAL TASKPADS WITH LISTVIEW */
  2. /* BUTTON ELEMENTS */
  3. .divSymbolContainer
  4. {
  5. position:absolute;
  6. left:3.3%;
  7. top:58.2%;
  8. width:92.8%;
  9. height:39.4%;
  10. }
  11. .divSymbol
  12. {
  13. position:absolute;
  14. width:22.4%;
  15. height:47.3%;
  16. overflow:hidden;
  17. }
  18. /* LISTVIEW ELEMENTS */
  19. .divLVContainerTop
  20. {
  21. position:absolute;
  22. left:3.3%;
  23. top:16.5%;
  24. width:92.8%;
  25. height:37.2%;
  26. }
  27. .divLVTitle
  28. {
  29. position:absolute;
  30. left:0%;
  31. top:0%;
  32. width:100%;
  33. height:15%;
  34. }
  35. /*
  36. WORKAROUND FOR IE5 BUG:
  37. The following style attributes were removed from tblLVTitle:
  38. padding-left:2%;
  39. padding-right:2%;
  40. */
  41. .divLVButton
  42. {
  43. position:absolute;
  44. left:85.5%;
  45. top:20%;
  46. width:13.5%;
  47. height:60%;
  48. background-color:buttonface;
  49. }
  50. .divLV
  51. {
  52. position:absolute;
  53. left:0%;
  54. top:15%;
  55. width:100%;
  56. height:85%;
  57. }