Page 1 of 1

Upload Module - editing form fields

Posted: Wed Mar 14, 2007 4:17 pm
by DrumOgre
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

Re: Upload Module - editing form fields

Posted: Thu Mar 15, 2007 11:38 pm
by Nullig
Add something like this to your stylesheet.

Code: Select all

.textarea {
width: 200px;
}
Note: change the width to whatever you want.