ie7.css 2.0 KB

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