I just installed the Upload module (older version - 1.1.14 because I'm using CMSMS 1.0.2), and it works great for me, except I'd like to make changes to the textarea element of the form because its too many characters wide and it breaks my template. I have searched through the files, and can't find any way to do this...? I'm by no means an expert, but no dummy either, but this one has me stumped.
Thanks in advance
Upload Module - editing form fields
Re: Upload Module - editing form fields
Add something like this to your stylesheet.
Note: change the width to whatever you want.
Code: Select all
.textarea {
width: 200px;
}