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.cssView source
- .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%;
- }