From 62b5e27cf98d4a6535bbd1e204f33ccfe370456e Mon Sep 17 00:00:00 2001 From: AlasdairSwan Date: Wed, 5 Nov 2014 15:53:55 -0500 Subject: [PATCH] Updated templates in light of accessibility review --- lms/static/sass/views/_login-register.scss | 1 + lms/templates/student_account/access.underscore | 12 ++++++------ lms/templates/student_account/login.underscore | 5 +++-- lms/templates/student_account/register.underscore | 5 +++-- 4 files changed, 13 insertions(+), 10 deletions(-) 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 ) { %> - <% } });