Yeah, it's more border width weirdness coming from your theme - line 243 of the layout.css file.
Try adding this to the end of your custom.css. This should override the weird border value and reset it to the browser defaults.
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {border-width:auto!important}
Posted 13 years ago on Wednesday January 19, 2011 |
Permalink