diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index fd11e73b5a..c73938e9c4 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -120,6 +120,7 @@ .form-label { @extend %bold-label; padding: 0 0 0 5px; + letter-spacing: 1px; } .action-label { diff --git a/lms/templates/student_account/access.underscore b/lms/templates/student_account/access.underscore index 5eb739fd67..664bd308d8 100644 --- a/lms/templates/student_account/access.underscore +++ b/lms/templates/student_account/access.underscore @@ -5,28 +5,28 @@ <% if ( mode === 'login' ) { %>
-

+ checked<% } %> > -

+
<% } %>
-

+ checked<% } %>> -

+
<% if ( mode === 'register' ) { %>
-

+ checked<% } %> > -

+
<% } %> diff --git a/lms/templates/student_account/login.underscore b/lms/templates/student_account/login.underscore index ddfc9ce7d9..b01e4432d0 100644 --- a/lms/templates/student_account/login.underscore +++ b/lms/templates/student_account/login.underscore @@ -19,8 +19,9 @@ <% _.each( context.providers, function( provider ) { if ( provider.loginUrl ) { %> - <% } }); %> diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore index 7bb2050dd3..d588940666 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -8,8 +8,9 @@ <% } else { _.each( context.providers, function( provider) { if ( provider.registerUrl ) { %> - <% } });