sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

Builder v2 styling #209

Closed Timo-Breumelhof closed 1 year ago

Timo-Breumelhof commented 1 year ago

I have a list of roles in the edit screen and would like to make them multi-column using CSS column-count. But there is no real way to address the fields currently see:

image

For styling purposes it would be nice if one could address the fields using CSS.

One solution for this could be to add a class for field type and field name:

image

sachatrauwaen commented 1 year ago

Is it not easyer to add form-check-inline for checkboxlist ?

see https://getbootstrap.com/docs/4.0/components/forms/#inline

Timo-Breumelhof commented 1 year ago

Yes that's a good option. But what I like about the suggested classes is that I can manipulate the form the way I want, not only for this one. Or maybe we just add options for those use cases too? I can think of a width setting for instance (BS columns)

Timo-Breumelhof commented 1 year ago

fixed in v 05.00.05