diff --git a/lms/static/sass/multicourse/_account.scss b/lms/static/sass/multicourse/_account.scss index e1c982b0fa..53ab63a92a 100644 --- a/lms/static/sass/multicourse/_account.scss +++ b/lms/static/sass/multicourse/_account.scss @@ -208,7 +208,7 @@ margin-bottom: $baseline; } - fieldset { + .group-form { margin: 0; padding-top: 0; padding-bottom: $baseline; diff --git a/lms/templates/login.html b/lms/templates/login.html index ef57044dcf..a6260fa666 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -90,7 +90,7 @@
-

${_("PLEASE LOG IN to access your account and courses")}

+

${_("Please log in to access your account and courses")}

@@ -114,8 +114,8 @@ ${_('Please provide the following information to log into your {platform_name} account. Required fields are noted by bold text and an asterisk (*).').format(platform_name=settings.PLATFORM_NAME)}

-
- ${_('Required Information')} +
+

${_('Required Information')}

  1. @@ -131,10 +131,10 @@
-
+ -
- ${_('Account Preferences')} +
+

${_('Account Preferences')}

  1. @@ -142,7 +142,7 @@
-
+ % if course_id and enrollment_action: diff --git a/lms/templates/register.html b/lms/templates/register.html index fcaffc4e69..834f99fbf0 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -113,8 +113,8 @@ ${_('Required fields are noted by bold text and an asterisk (*).')}

-
- ${_('Required Information')} +
+

${_('Required Information')}

% if has_extauth_info is UNDEFINED: @@ -159,16 +159,16 @@
  • - - ${_('Will be shown in any discussions or forums you participate in')} + + ${_('Will be shown in any discussions or forums you participate in')}
  • % if ask_for_fullname:
  • - - ${_("Needed for any certificates you may earn (cannot be changed later)")} + + ${_("Needed for any certificates you may earn (cannot be changed later)")}
  • % endif @@ -176,10 +176,10 @@ % endif -
    + -
    - ${_("Optional Personal Information")} +
    +

    ${_("Optional Personal Information")}

    1. @@ -214,10 +214,10 @@
    -
    + -
    - ${_("Optional Personal Information")} +
    +

    ${_("Optional Personal Information")}

    1. @@ -230,10 +230,10 @@
    -
    + -
    - ${_("Account Acknowledgements")} +
    +

    ${_("Account Acknowledgements")}

    1. @@ -264,7 +264,7 @@
    -
    + % if course_id and enrollment_action: