ie6.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /* obligatory IE6 Voodoo Code */
  2. * html body {
  3. padding-left: 5% !important;
  4. }
  5. * html div#header {
  6. margin-left: 100% !important;
  7. }
  8. * html div#menubar {
  9. margin-left: -5% !important;
  10. width: 105% !important;
  11. }
  12. * html ul.dropdowns li ul {
  13. width: 10em;
  14. }
  15. * html ul.dropdowns li li {
  16. clear: both;
  17. float: left;
  18. }
  19. * html ul.dropdowns li li {
  20. width: 100%;
  21. }
  22. * html ul.dropdowns li li a {
  23. height: 10%;
  24. }
  25. * html div#maincontent {
  26. margin-left: 0% !important;
  27. width: 100% !important;
  28. }
  29. * html div.cbi-value-description {
  30. width: auto !important;
  31. }
  32. * html div.cbi-value-field {
  33. margin-left: 0 !important;
  34. width: 100% !important;
  35. }
  36. * html .cbi-input-text,
  37. * html .cbi-input-user,
  38. * html .cbi-input-select,
  39. * html .cbi-input-password {
  40. width: 50% !important;
  41. }
  42. * html .cbi-input-user,
  43. * html .cbi-input-password {
  44. text-indent: 0 !important;
  45. padding-left: 1.5em !important;
  46. }
  47. * html .cbi-section legend {
  48. background-color: #ffffff;
  49. color: #555555;
  50. }
  51. * html table.cbi-section-table td .cbi-input-text,
  52. * html table.cbi-section-table td .cbi-input-select {
  53. width: 100% !important;
  54. }
  55. * html div.cbi-page-actions {
  56. text-align: right !important;
  57. }
  58. * html div.cbi-value-field input,
  59. * html div.cbi-value-field select {
  60. font-size: 90% !important;
  61. }