/source/app/NOS.Wiki/Themes/NOS/hacks/IE.css

http://github.com/agross/netopenspace · CSS · 106 lines · 82 code · 24 blank · 0 comment · 0 complexity · 688c044dd8826e439dd19e4caa61cad1 MD5 · raw file

  1. .clearfix {
  2. height: 0;
  3. }
  4. #logo {
  5. cursor: pointer;
  6. }
  7. #header .basictab li a {
  8. display: block;
  9. }
  10. #header .basictab li .largest a {
  11. padding-top: 9px;
  12. padding-bottom: 9px;
  13. }
  14. #header .basictab li .large a {
  15. padding-top: 7px;
  16. padding-bottom: 7px;
  17. }
  18. #header .basictab li .smaller a {
  19. padding-top: 3px;
  20. padding-bottom: 3px;
  21. }
  22. #header .basictab li .smallest a {
  23. padding-top: 1px;
  24. padding-bottom: 1px;
  25. }
  26. #header .basictab ul.submenu {
  27. margin-top: 0;
  28. zoom: 1;
  29. }
  30. #header .pos1 {
  31. top: 11px;
  32. }
  33. #header .pos2, #header .pos8 {
  34. top: 14px;
  35. }
  36. #header .pos3 {
  37. top: 3.5em;
  38. }
  39. #header .pos4 {
  40. top: 5.3em;
  41. }
  42. #header .pos5 {
  43. top: 3.5em;
  44. }
  45. #header .pos6 {
  46. top: 5.7em;
  47. }
  48. #header .pos7 {
  49. top: 5.7em;
  50. right: 5.8em;
  51. }
  52. #header .pos8 {
  53. right: 15.3em;;
  54. }
  55. #MainDiv {
  56. margin-left: 205px;
  57. }
  58. #MainFooterDiv {
  59. clear: both;
  60. }
  61. #footer .logos {
  62. width: 38%;
  63. }
  64. #footer .logos li img {
  65. vertical-align: text-bottom;
  66. }
  67. textarea {
  68. width: 97% !important;
  69. }
  70. #SearchControlsDiv input {
  71. vertical-align: top;
  72. }
  73. #PageContentDiv div.copy-code {
  74. margin-left: 61%;
  75. }
  76. table td * {
  77. vertical-align: top;
  78. }
  79. table td span.prefix {
  80. position: relative;
  81. top: 5px;
  82. }