Upload Module - editing form fields

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
DrumOgre

Upload Module - editing form fields

Post 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
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm
Location: Comox Valley, BC

Re: Upload Module - editing form fields

Post by Nullig »

Add something like this to your stylesheet.

Code: Select all

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

Return to “Modules/Add-Ons”