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.

151 lines
1.3 KiB

  1. /* Additional styles that are used in the esacalation pages */
  2. .margin
  3. {
  4. margin:0px;
  5. }
  6. .styBtnWidth
  7. {
  8. width:64px;
  9. }
  10. .MaxLayout
  11. {
  12. width:100%;
  13. Height:100%;
  14. }
  15. .MaxWidth
  16. {
  17. width:100%;
  18. }
  19. .Height1
  20. {
  21. height:100px;
  22. }
  23. .Height3
  24. {
  25. height:126px;
  26. }
  27. .Height4
  28. {
  29. height:12px;
  30. }
  31. .Height5
  32. {
  33. height:6px;
  34. }
  35. .Height6
  36. {
  37. height:60%;
  38. }
  39. .Height7
  40. {
  41. height:14px;
  42. }
  43. .Height8
  44. {
  45. height:7px;
  46. }
  47. .Height9
  48. {
  49. height:10px;
  50. }
  51. .Height10
  52. {
  53. height:16px;
  54. }
  55. .Height11
  56. {
  57. height:2px;
  58. }
  59. .width1
  60. {
  61. width:96px;
  62. }
  63. .Width2
  64. {
  65. width:55%;
  66. }
  67. .Width3
  68. {
  69. width:92%;
  70. }
  71. .Width4
  72. {
  73. width:45%;
  74. }
  75. .width5
  76. {
  77. width:50%;
  78. }
  79. .width7
  80. {
  81. width:2%;
  82. }
  83. .width15
  84. {
  85. width:75%;
  86. }
  87. .bordertype1
  88. {
  89. border:1px solid;
  90. }
  91. .borderNone
  92. {
  93. border:none;
  94. }
  95. .valignmiddle
  96. {
  97. vertical-align:middle;
  98. }
  99. .valigntop
  100. {
  101. vertical-align:top;
  102. }
  103. .valignbottom
  104. {
  105. vertical-align:bottom;
  106. }
  107. .lineheight
  108. {
  109. line-height:3.5mm;
  110. }
  111. .display
  112. {
  113. display:;
  114. }
  115. .displaynone
  116. {
  117. display:none;
  118. }
  119. .padding1
  120. {
  121. padding-left:10px;
  122. }
  123. .padding2
  124. {
  125. padding-top:10px;
  126. }
  127. .padding3
  128. {
  129. padding-bottom:5px;
  130. }
  131. .padding4
  132. {
  133. padding-left:5px;
  134. }
  135. .padding5
  136. {
  137. padding-right:5px;
  138. }
  139. .padding6
  140. {
  141. padding-top:5px;
  142. }
  143. /*
  144. helpcenter\:context
  145. {
  146. behavior : url(#default#pch_context);
  147. }*/