try this
.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {width:92%!important}
as mentioned before.. a lot of stuff here is styled using inheritance rather than directly with a class name. you removed the .gfield_error rules, but there are rules for the elements that are children of that class. If you can't find what you're looking for, always try searching for the parent div ID or class name and see if you can find it there.
Posted 14 years ago on Sunday September 12, 2010 |
Permalink