Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info form elements visible in a minimized fieldset #58

Open
aurmil opened this issue Mar 8, 2012 · 1 comment
Open

Info form elements visible in a minimized fieldset #58

aurmil opened this issue Mar 8, 2012 · 1 comment
Labels

Comments

@aurmil
Copy link

aurmil commented Mar 8, 2012

only .form-item elements are hidden

this class should be applied to p tag of info elements
but maybe this would cause troubles in JS scripts?

so CSS should be modified: form l.165
form.form .fieldset-closed .form-item { display:none }
=> form.form .fieldset-closed .form-item, form.form .fieldset-closed p { display:none }

@Floby
Copy link
Member

Floby commented Mar 28, 2012

Maybe the info field should be wrapped in a .form-item instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants