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

Put birthday input fields on one line, change form to primary scheme, add id...

Put birthday input fields on one line, change form to primary scheme, add id tag to form and update various selectors.
parent 1e017d1e
No related branches found
No related tags found
No related merge requests found
......@@ -475,7 +475,7 @@
//$("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();
$("#profileEditor").show();
});
})();
</script>
\ No newline at end of file
......@@ -72,11 +72,14 @@ if (preg_match('/friend/', $vars['title'])) { // if on a friends page, interst l
?>
<style type="text/css">
#maincontent form.cool input[name$="city"] {
#profileEditor input[name$="city"] {
text-transform: capitalize;
}
select[name=form_data_profile_dob_month], select[name=form_data_profile_dob_day], select[name=form_data_profile_dob_year] {
width: auto !important;
}
</style>
<?php
......
......@@ -33,7 +33,7 @@ if ($_GET['firstlogin'] == 'yes'){
}
//echo '<div id="formloading"><img src="/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /><noscript>Please enable JavaScript to use the profile editor.</noscript></div>';
echo '<form action="'.$vars['url'].'action/flexprofile/edit" method="post" enctype="multipart/form-data" class="zenform cool" id="profileEditor">';
echo '<form action="'.$vars['url'].'action/flexprofile/edit" method="post" enctype="multipart/form-data" class="zenform primary" id="profileEditor">';
echo elgg_view('input/securitytoken');
echo "<fieldset><ol>";
......
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