modxbot / migrate

A testground for migrating issues and other such fun
0 stars 0 forks source link

Form Customization - TV fields misaligned when moved #4486

Open modxbot opened 13 years ago

modxbot commented 13 years ago

okyanet created Redmine issue ID 4486

When moving TVs from their current tab to the 'resource' (first) tab the TV fields are misaligned with the resource fields. See image attached.

Using firebug the element affected is:

input#tv1.textfield.x-form-text.x-form-field

The width of this field is set to 97% which is too wide to keep it on the same line as the label. Reducing to 95% was enough to keep it on the same line for me but it still stretched much wider than the other resource fields. It would be much neater if it were to be the same width as these.

I did notice that the resource fields are styled with pixel width values (that change when the window is resized) rather than percentages.

Martijn1981 commented 13 years ago

Martijn1981 submitted:

Yeah, I noticed that as well: http://bugs.modx.com/issues/4155. Adjusting the width of the input fields should do the trick.