task.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. body {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. #topNavWrapper {
  6. width: 100%;
  7. text-align: left;
  8. height: 70px;
  9. margin: 0px auto;
  10. z-index:100;
  11. _position: relative ;
  12. _top:0px;
  13. }
  14. #topNav {
  15. width: 100%;
  16. float: left;
  17. display: block;
  18. z-index: 100;
  19. overflow: visible;
  20. position: fixed;
  21. top: 0px; /* position fixed for IE6 */
  22. _position: absolute;
  23. _top: expression(documentElement.scrollTop + "px");
  24. background-repeat: no-repeat;
  25. background-position: right;
  26. height: 70px;
  27. }
  28. @media print {
  29. .noprint{display:none;}
  30. .printForm{display:block !important;}
  31. .noForm{font-size: 14px;font-weight: bold;text-align: center;}
  32. input, select { border:none!important;}
  33. .link { display:none!important;}
  34. select { position:absolute; clip: rect(0px,100px,21px,0px); width: 120px; margin-top: -10px;}
  35. .l-text { border:none;}
  36. .l-trigger { display:none;}
  37. td { text-align: left; min-width:120px;}
  38. td.formTitle{padding:2px; border:1px solid #666666; height: 23px; text-align: center;}
  39. td.teamHead{border:1px solid #656565; text-align: center;font-size: 14px;font-weight: bold; height: 32px; color: #464646;}
  40. }