ie.css 263 B

123456789101112
  1. /**
  2. * Styles loaded conditionally to support IE7.
  3. */
  4. /* Add outline to filefield attach and space the button. */
  5. .form-type-managed-file input.form-file {
  6. border: thin solid #DDDDDD !important;
  7. }
  8. .form-type-managed-file input.submit {
  9. margin-left: 5px;
  10. }