centurion-project / Centurion

Centurion is an open-source CMS delivered as a flexible PHP5 Content Management Framework
http://www.centurion-project.org
197 stars 51 forks source link

Info form elements visible in a minimized fieldset #58

Open aurmil opened 12 years ago

aurmil commented 12 years ago

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 commented 12 years ago

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