CSS of cf_inputbox

Grover002 16 Aug, 2010
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
GreyHead 16 Aug, 2010
Hi Bas,

The files are probably in the components/com_chronocontact/themes/default/css folder.

Bob
Grover002 16 Aug, 2010
Yes, but none of those files contain the style for cf_inputbox...
GreyHead 16 Aug, 2010
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
Grover002 16 Aug, 2010
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
GreyHead 17 Aug, 2010
Hi Bas,

If you switch to Theme1 you'll find that thay are all used.

Bob
This topic is locked and no more replies can be posted.