Skip to content
Snippets Groups Projects
Commit 4117ef18 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Fix check box and new field to profile form

parent 7f8a2dbf
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
color: "#1091D1"
});
});
$("form.cool fieldset input[type!=submit], form.cool fieldset select").wrap('<div class="element"></div>');
$("form.cool fieldset input[type!=submit], form.cool fieldset select, form.cool fieldset textarea").wrap('<div class="element"></div>');
$("form.cool label div").each(function(){
$(this).insertAfter($(this).parent());
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment