ie7.css 370 B

1234567891011121314151617181920
  1. div.cbi-value-field {
  2. margin-left: 0 !important;
  3. }
  4. .cbi-section legend {
  5. background-color: #ffffff;
  6. color: #555555;
  7. }
  8. table.cbi-section-table td .cbi-input-text,
  9. table.cbi-section-table td .cbi-input-select {
  10. width: 95% !important;
  11. }
  12. .cbi-input-user,
  13. .cbi-input-password {
  14. text-indent: 0 !important;
  15. padding-left: 1.5em !important;
  16. width: 18.5em !important;
  17. }