Multi-Select Vertical Align Top in Admin

2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 18, 2010   (RSS)

By theclicklab - January 15, 2010

Hi there,

I have a few fields which are set to pulldown (multi value) and noticed that the label for the field in the admin does not align top like some other fields.

On viewing the source code I see that the code is different for each:

<td valign="top">Label for pulldown (multi value)</td>

vs

<td style="vertical-align: top;">Label for wysiwyg</td>

Which files do I edit in the admin to change this?

Thanks,
Jan