From 203b316f5eff229e3b4f86359aaaeca0ee96660d Mon Sep 17 00:00:00 2001
From: Brian Talbot
Date: Thu, 19 Sep 2013 12:37:34 -0400
Subject: [PATCH 1/4] edx.org - converts type of log in header to not be all
caps
---
lms/templates/login.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lms/templates/login.html b/lms/templates/login.html
index ef57044dcf..54d76de2e5 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")}
From 8debf4359cb3e07cbefd8ed8ea891058822cead4 Mon Sep 17 00:00:00 2001
From: Brian Talbot
Date: Thu, 19 Sep 2013 12:42:01 -0400
Subject: [PATCH 2/4] edx.org - adds in aria-describedby attributes for
condition-dependent registration input elements
---
lms/templates/register.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lms/templates/register.html b/lms/templates/register.html
index fcaffc4e69..5cc1f4906b 100644
--- a/lms/templates/register.html
+++ b/lms/templates/register.html
@@ -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
From 333e4a658c9b2fef6560b49682f74562a61b718c Mon Sep 17 00:00:00 2001
From: Brian Talbot
Date: Thu, 19 Sep 2013 15:17:16 -0400
Subject: [PATCH 3/4] edx.org - replaces login/register semantically verbose
fieldset and legend elements with simpler markup
---
lms/static/sass/multicourse/_account.scss | 2 +-
lms/templates/login.html | 12 ++++++------
lms/templates/register.html | 24 +++++++++++------------
3 files changed, 19 insertions(+), 19 deletions(-)
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 54d76de2e5..a6260fa666 100644
--- a/lms/templates/login.html
+++ b/lms/templates/login.html
@@ -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)}