Contributions E Mail Form Talk
Marcus Denning, 20160215-14:55
The look of the form lines is a little out of bounds to the right. This is the change I made to clean up the right border.
form.emailform fieldset { border:2px dotted #b48181; /* ADDITIONS */ width:94%; padding:15px; /* END ADDITIONS */ /* ORIGINAL padding:5px; */ }
Once this change is made, the textarea will be within the confines of the dotted borderline which has been defined.
I might also suggest changing the code to make the form input areas more user-configurable in labels, sizes, etc. Thanks!