ie7.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. code.bbc_code
  2. {
  3. white-space: normal;
  4. }
  5. h3.catbg input.input_check
  6. {
  7. margin: 0 4px;
  8. }
  9. /* The dropdown menus
  10. ------------------------------------------------------- */
  11. /* the dropmenu - RTL tweak */
  12. .dropmenu li ul
  13. {
  14. margin: 0 -50px 0 0;
  15. }
  16. /* the hover effects */
  17. .dropmenu li.iehover
  18. {
  19. z-index: 120;
  20. }
  21. /* the tabled definition lists
  22. /* I commented the following out. Not sure why it was there.
  23. /* Changing float: left; to float: right; sorts the settings dd class in index.css*/
  24. /* All the others seem fine too.*/
  25. /*dl.settings dd, #creator dd, dl.stats dd, dl.register_form dd, #poll_options dl.options dd, .login dd
  26. {
  27. float: none !important;
  28. width: auto;
  29. }*/
  30. /* generic lists header */
  31. /* Side paddings must NOT be defined here.*/
  32. .table_grid thead th
  33. {
  34. padding-top: 0 !important;
  35. padding-bottom: 0 !important;
  36. }
  37. /* Overrides for the messageindex template
  38. ------------------------------------------------------- */
  39. #messageindex table
  40. {
  41. margin-top: 5px;
  42. }
  43. #messageindex table th
  44. {
  45. border-bottom: 1px solid #fff;
  46. }
  47. #topic_icons .description
  48. {
  49. padding: 2em 1em 1em 1em;
  50. overflow: auto;
  51. }
  52. /* Overrides for the display template
  53. ------------------------------------------------------- */
  54. .post
  55. {
  56. padding-top: 1em;
  57. float: none;
  58. word-wrap: break-word;
  59. }
  60. #content_section #forumposts div.cat_bar
  61. {
  62. margin-top: 8px;
  63. clear: both;
  64. }
  65. #content_section .pagesection
  66. {
  67. height: 1%;
  68. }
  69. #quickReplyOptions form textarea
  70. {
  71. width: 98%;
  72. }
  73. /* Overrides for the profile template
  74. ------------------------------------------------------- */
  75. #basicinfo h4
  76. {
  77. word-wrap: break-word;
  78. }
  79. /* Overrides for the calendar template
  80. ------------------------------------------------- */
  81. #main_grid table.weeklist h4.titlebg
  82. {
  83. margin: 2px 0 -4px 0;
  84. }
  85. /* Overrides for the personal messages template
  86. ------------------------------------------------------- */
  87. #postmodify dl #pm_to, #postmodify dl #bcc_div2, #postmodify dl #pm_subject
  88. {
  89. clear:both !important;
  90. }
  91. /* Overrides for the recent posts template
  92. ------------------------------------------------------- */
  93. .list_posts
  94. {
  95. word-wrap: break-word;
  96. }