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

Styling fixes for profile editor (mobile and normal)

parent 056e9a32
Branches
No related tags found
No related merge requests found
......@@ -52,9 +52,9 @@
color: "#1091D1"
});
});
$("#maincontent p.form-field-description").css({
$("body.fixed #maincontent p.form-field-description").css({
marginLeft: "164px",
marginTop: "36px"
marginTop: "46px"
});
$("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(){
......@@ -497,7 +497,7 @@
$("select[name=form_data_profile_role]").change(alumniCheckbox);
$("#maincontent textarea[name=form_data_profile_unl_impact]").parent().css({clear:"both",display:"block","margin-left":"150px"}).siblings("label").css("width","330px");
$("body.fixed #maincontent textarea[name=form_data_profile_unl_impact]").parent().css({clear:"both",display:"block","margin-left":"150px"}).siblings("label").css("width","330px");
$("#formloading").remove();
$("#maincontent form.cool").show();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment