You are here

autofill.css in Autofill 6

.autofill-row {
  overflow:auto;
  clear: both;
}
.autofill-row .form-item {
  width: 30%;
  float: left;
  margin: 1em 1em 1em 0;
}
.autofill-row .form-item input {
  width: 100%;
}

File

autofill.css
View source
  1. .autofill-row {
  2. overflow:auto;
  3. clear: both;
  4. }
  5. .autofill-row .form-item {
  6. width: 30%;
  7. float: left;
  8. margin: 1em 1em 1em 0;
  9. }
  10. .autofill-row .form-item input {
  11. width: 100%;
  12. }