IE70Fixes.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* 7.0 - only fixes */
  2. /* content area */
  3. /* workaround for various ie float bugs */
  4. /* This bit is needed to make links clickable... WTF */
  5. #column-content #content {
  6. margin-left: 12.2em;
  7. margin-top: 3em;
  8. height: 1%;
  9. }
  10. .rtl #column-one {
  11. /* For some reason it tries to inherit the padding-top into every div,
  12. * and I can't figure out how to get it back off.
  13. * Margin works correctly for this use, though.
  14. */
  15. padding-top: 0;
  16. margin-top: 160px;
  17. }
  18. .rtl #bodyContent a.external {
  19. background-image: url(external-rtl.png);
  20. padding: 0 13px 0 0;
  21. }
  22. .rtl a.feedlink {
  23. background-position: right;
  24. padding-right: 0;
  25. padding-left: 16px;
  26. }
  27. /* the tabs */
  28. #p-cactions {
  29. z-index: 3;
  30. }
  31. #p-cactions li {
  32. padding-bottom: 0 !important;
  33. border: none;
  34. background-color: transparent;
  35. cursor: default;
  36. float: none !important;
  37. }
  38. #p-cactions li a {
  39. display: inline-block !important;
  40. vertical-align: top;
  41. padding-bottom: 0;
  42. border: solid #aaa;
  43. border-width: 1px 1px 0;
  44. }
  45. #p-cactions li.selected a {
  46. border-color: #fabd23;
  47. padding-bottom: 0.17em;
  48. }
  49. #p-cactions li a:hover {
  50. padding-bottom: 0.17em;
  51. }
  52. #p-navigation a {
  53. display: inline-block;
  54. width: 100%;
  55. }
  56. #portal-personaltools {
  57. padding-bottom: 0.1em;
  58. }
  59. textarea {
  60. width: 96%;
  61. }
  62. /*
  63. div.editsection,
  64. #catlinks,
  65. div.tright,
  66. div.tleft {
  67. position: relative;
  68. }
  69. */
  70. #footer li {
  71. /* Work around bug with inline <li> tags with right margins and nowrap */
  72. margin-right: 0;
  73. }