Yeah, I got it. I referenced the first form to show that they looked similar.
In this instance you're going to need to look at the existing rule that's being applied, and be even more specific to override that. You may still need the important declaration for it.
body.custom #container #page #content_box .post_box .format_text .gform_footer input[type=submit].button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer input[type=submit].button.gform_button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer input[type=button].button.gform_previous_button,
body.custom #container #page #content_box .post_box .format_text .gform_page_footer input[type=button].button.gform_next_button {width: 110px!important}
That works in my test.
screenshot: http://grab.by/9nVT
If you don't care for that, you can always copy the forms.css file to your theme directory and modify that version. Just set the "output CSS" option in the settings page to no. That way you can modify the default CSS to your heart's content without it being overwritten by future upgrades.
Oh, and the button settings are in the page break fields.. you can see the option to use an image instead.
screenshot: http://grab.by/9nXs
Posted 13 years ago on Wednesday March 9, 2011 |
Permalink