ie7.css 823 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #tabmenu {
  2. line-height: 0;
  3. }
  4. ul.tabmenu {
  5. zoom: 1;
  6. }
  7. ul.l1 {
  8. position: relative;
  9. }
  10. table.cbi-section-table td .cbi-input-text,
  11. table.cbi-section-table td .cbi-input-select {
  12. width: 95% !important;
  13. }
  14. .cbi-input-user,
  15. .cbi-input-password {
  16. text-indent: 0 !important;
  17. padding-left: 1.5em !important;
  18. width: 18.5em !important;
  19. }
  20. fieldset.cbi-section {
  21. position: relative;
  22. margin-top: 1em;
  23. padding-top: 0.75em;
  24. border: 1px solid #CCCCCC;
  25. zoom: 1;
  26. }
  27. fieldset.cbi-section legend {
  28. position: absolute;
  29. top: -0.75em;
  30. left: 0.5em;
  31. }
  32. ul.cbi-tabmenu {
  33. margin-bottom: 0;
  34. }
  35. ul.cbi-tabmenu li.cbi-tab a {
  36. position: static; /* fixes misplaced tab after page load */
  37. border-bottom: 1px solid white;
  38. }
  39. div.cbi-value {
  40. zoom: 1; /* fixes hanging float */
  41. }
  42. div.cbi-value-field {
  43. margin-left: 0 !important;
  44. }