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.

47 lines
582 B

  1. BODY
  2. {
  3. margin : 16px;
  4. margin-top : 11px;
  5. }
  6. .layout-arrow
  7. {
  8. width : 24px;
  9. height : 24px;
  10. margin-right : 2px;
  11. vertical-align : middle;
  12. }
  13. /*use following with sys-table-color-border*/
  14. .table-border
  15. {
  16. border-width : 1px;
  17. border-style : solid;
  18. }
  19. .table-noborder
  20. {
  21. border-width : 0px;
  22. border-style : none;
  23. }
  24. .table-topborder
  25. {
  26. border-top : 1px solid;
  27. }
  28. .table-bottomborder
  29. {
  30. border-bottom : 1px solid;
  31. }
  32. .table-leftborder
  33. {
  34. border-left : 1px solid;
  35. }
  36. .table-rightborder
  37. {
  38. border-right : 1px solid;
  39. }