Adjust the width of the fields on the form submission
Did several things, including: - Call the individual form field rendering macros instead of the auto whole-form renderer so we get better control over the TextArea - Use the textarea specific form field rendering macro - Adds textarea styling to the css - Sets the input, textarea styling to be 460 px wide (the width of the form section, not including padding)
This commit is contained in:
@@ -146,8 +146,8 @@ a.mediagoblin_logo:hover {
|
||||
font-size:28px;
|
||||
}
|
||||
|
||||
.form_field_input input {
|
||||
width:300px;
|
||||
.form_field_input input, .form_field_input textarea {
|
||||
width:460px;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user