XF 2.1 How to combine style properties?

Proper solution is to create complex style property that is stored as array and custom template to render it. For example of implementation see messageUserElements property. Its list of checkboxes that are rendered using custom template, but instead of checkboxes you can use text inputs.

Another solution is to add JavaScript to that page and move input boxes for those two properties.
 
Top Bottom