Yes, the normal form is fine and that is why I provided the link. That's how I'd like it to work in the multi page scenario.
The buttons on the multi page form are cut off on the right at varying amounts. I did start at the body tag. Adjusting the width doesn't do anything. In fact I've tried it many many different ways starting with the body tag.
What I see in firebug is that the Gravity stylesheet for Version 1.5.RC4.2 shows
width: auto;
for the Next button and if I click it off (in firebug) the button to displays properly. This is the rule in the Gravity CSS not Thesis. But I don't know how to affect the "width: auto;" in my style sheet. I tried using these options:
width: 110px!important;
width: 110px;
width: <insert various widths here>px !important
---nothing---
Even if I opt for the image button you suggest it would only affect the "Submit" button. I don't see where I can affect the "Previous" and "Next" buttons. Thought it would be logical to affect all the buttons the same way site wide using a blank image for the button background and using text over it.
Is there a way to fix this with cleaner CSS?
Posted 14 years ago on Wednesday March 9, 2011 |
Permalink