Hi all,
With my forms, I have a styling issue with IE (what else is new). In many cases input-fields are a bit indented to the right. So I think the style I need to change (only in case of IE) is cf_inputbox. The pity is that I cannot find the file this style is defined (regular and IE special). Where is it?
Cheers,
Bas
With my forms, I have a styling issue with IE (what else is new). In many cases input-fields are a bit indented to the right. So I think the style I need to change (only in case of IE) is cf_inputbox. The pity is that I cannot find the file this style is defined (regular and IE special). Where is it?
Cheers,
Bas
Hi Bas,
The files are probably in the components/com_chronocontact/themes/default/css folder.
Bob
The files are probably in the components/com_chronocontact/themes/default/css folder.
Bob
Hi Bas,
True . . . but you can add it if you need it. There's nothing else that styles the class in ChronoForms but some code styles the input tag.
Bob
True . . . but you can add it if you need it. There's nothing else that styles the class in ChronoForms but some code styles the input tag.
Bob
hmmm....this puzzles me. So why is the code the wizard generates (and I took as a starting point) is stuffed with all kind of class referrals as cf_textbox, cf_textarea, cf_inputbox, if there is no CSS to style them?
Anyway, the solution was so much closer than I could ever imagine. Just added .form_element { margin-left:0px; } and it solved my formatting issue.
Cheers,
Bas
Anyway, the solution was so much closer than I could ever imagine. Just added .form_element { margin-left:0px; } and it solved my formatting issue.
Cheers,
Bas
This topic is locked and no more replies can be posted.