colymba / GridFieldBulkEditingTools

SilverStripe GridField Components set for bulk upload and bulk record edit, unlink & delete :package::boom:
BSD 3-Clause "New" or "Revised" License
87 stars 77 forks source link

recommendation: better css #218

Open sunnysideup opened 2 years ago

sunnysideup commented 2 years ago

Hi

I added this

.bulkManagerOptions.form--no-dividers label.form-check-label input {
    margin-left: 3px;
}
.bulkManagerOptions.form--no-dividers label.form-check-label {
    display: block;
    padding-bottom: 35px;
}

to change this: image

TO: image

sunnysideup commented 2 years ago

note alignment improvements:

image

sunnysideup commented 2 years ago

This is all a bit hacky, but I would recommend that this gets changed properly if time allows.