Make the width of these fields 100% rather than providing a specific pixel width.

This commit is contained in:
Christopher Allan Webber 2011-06-25 12:55:42 -05:00
parent 426685e088
commit f7b7511b7b

View File

@ -147,7 +147,7 @@ a.mediagoblin_logo:hover {
} }
.form_field_input input, .form_field_input textarea { .form_field_input input, .form_field_input textarea {
width:460px; width:100%;
font-size:18px; font-size:18px;
} }