diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index d0146cf2db..3ad50f467f 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -84,7 +84,7 @@ $sm-btn-linkedin: #0077b5; form { border: 1px solid $gray-l4; border-radius: 5px; - padding: 0 25px; + padding: 0px 25px 20px 25px; } .section-title { @@ -155,7 +155,7 @@ $sm-btn-linkedin: #0077b5; display: block; font-weight: normal; color: $gray; - margin: 10px; + margin: 10px 10px 0px 10px; color: $m-gray-l1; text-align: center; } diff --git a/lms/templates/student_account/login.underscore b/lms/templates/student_account/login.underscore index 3fb50938d0..994e7e2735 100644 --- a/lms/templates/student_account/login.underscore +++ b/lms/templates/student_account/login.underscore @@ -32,6 +32,7 @@ + <% if ( context.providers.length > 0 && !context.currentProvider ) { %>

@@ -48,6 +49,7 @@ <% } }); %>

+ <% } %>
diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore index fa75fbab85..a5de5b5f29 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -11,7 +11,7 @@ <%- _.sprintf( gettext("We just need a little more information before you start learning with %(platformName)s."), context ) %>

- <% } else { %> + <% } else if ( context.providers.length > 0 ) { %>

@@ -28,14 +28,19 @@ <% } }); %>

+
+

+ <%- gettext("or create a new one here") %> +

+
+ <% } else { %> +
+

+ <%- gettext("Create a new account") %> +

+
<% } %> -
-

- <%- gettext("or create a new one here") %> -

-
- <%= context.fields %>