IE60Fixes.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* 6.0 - only fixes */
  2. /* content area */
  3. /* workaround for various ie float bugs */
  4. #column-content {
  5. float: none;
  6. margin-left: 0;
  7. height: 1%;
  8. }
  9. #column-content #content {
  10. margin-left: 12.2em;
  11. margin-top: 3em;
  12. height: 1%;
  13. }
  14. #column-one {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. z-index: 4;
  19. }
  20. #footer {
  21. margin-left: 13.6em;
  22. border-left: 1px solid #fabd23;
  23. }
  24. /* the tabs */
  25. #p-cactions {
  26. z-index: 3;
  27. }
  28. #p-cactions li {
  29. padding-bottom: 0 !important;
  30. border: none;
  31. background-color: transparent;
  32. cursor: default;
  33. float: none !important;
  34. }
  35. #p-cactions li a {
  36. display: inline-block !important;
  37. vertical-align: top;
  38. padding-bottom: 0;
  39. border: solid #aaa;
  40. border-width: 1px 1px 0;
  41. }
  42. #p-cactions li.selected a {
  43. border-color: #fabd23;
  44. padding-bottom: 0.17em;
  45. }
  46. #p-cactions li a:hover {
  47. padding-bottom: 0.17em;
  48. }
  49. #p-navigation a {
  50. display: inline-block;
  51. width: 100%;
  52. }
  53. #portal-personaltools {
  54. padding-bottom: 0.1em;
  55. }
  56. #bodyContent a.external {
  57. background: url(external.png) center right no-repeat;
  58. padding-right: 13px;
  59. }
  60. .rtl #bodyContent a.external {
  61. background-image: url(external-rtl.png);
  62. padding-right: 13px;
  63. }
  64. .rtl a.feedlink {
  65. background-position: right;
  66. padding-right: 0;
  67. padding-left: 16px;
  68. }
  69. /* show the hand */
  70. #p-logo a,
  71. #p-logo a:hover {
  72. cursor: pointer;
  73. }
  74. div.visualClear {
  75. width:100%;
  76. line-height: 0;
  77. }
  78. textarea {
  79. width: 96%;
  80. }
  81. div.editsection,
  82. #catlinks,
  83. div.tright,
  84. div.tleft {
  85. position: relative;
  86. }
  87. /* bug 12846 */
  88. body.rtl #preftoc a, body.rtl #preftoc a:active {
  89. float: left;
  90. }