I don't see it at the end of your style.css file. When it's added it works just fine in my tests.
I copied your page markup and added the styles inline here.. I adjusted the line height as well.
[css]
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_hour label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_time_minute label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_month label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_day label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_date_year label,
body .gform_wrapper .gform_body .gform_fields .gfield .instruction {
margin:0 0 2px 0;
line-height: 1
}
You should be able to add that to the end of your style.css file and see the changes.
Posted 13 years ago on Friday May 20, 2011 |
Permalink