From cbe35eeab365a389ef0e90b590f7ebcef70ac4a7 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 22 Jan 2013 14:38:31 -0500 Subject: [PATCH] drupal integration - further color sync, copy edits, and removing courseware button when on login page --- lms/static/sass/base/_variables.scss | 2 +- lms/static/sass/multicourse/_account.scss | 10 +++++++--- lms/templates/login.html | 4 ++-- lms/templates/register.html | 17 ++++++----------- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/lms/static/sass/base/_variables.scss b/lms/static/sass/base/_variables.scss index 83b3109f28..ffda2fe140 100644 --- a/lms/static/sass/base/_variables.scss +++ b/lms/static/sass/base/_variables.scss @@ -28,7 +28,7 @@ $outer-border-color: rgb(170, 170, 170); // edx.org-related $m-gray-l: rgb(247, 247, 247); $m-gray: rgb(67,67,67); -$m-blue: rgb(23,135,183); +$m-blue: rgb(23,174,223); $m-blue-s: rgb(2,159,211); $m-base-font-size: em(16); diff --git a/lms/static/sass/multicourse/_account.scss b/lms/static/sass/multicourse/_account.scss index 6342c78f88..7de570b7eb 100644 --- a/lms/static/sass/multicourse/_account.scss +++ b/lms/static/sass/multicourse/_account.scss @@ -409,7 +409,11 @@ // ===== // login -.login { +.view-login { + + .nav-courseware .cta-login { + display: none; + } .group-form-accountpreferences { padding-top: 0; @@ -418,7 +422,7 @@ } // register -.register { +.view-register { .group-form-accountacknowledgements { padding-top: 0; @@ -427,7 +431,7 @@ } // password reset -.passwordreset { +.view-passwordreset { } diff --git a/lms/templates/login.html b/lms/templates/login.html index 5fb08f4221..e4fb0d4470 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -96,9 +96,9 @@
% if has_extauth_info is UNDEFINED: - + % endif
diff --git a/lms/templates/register.html b/lms/templates/register.html index 7718edc487..b84bd4a33d 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -105,7 +105,7 @@
  • - Needed for any certificates you earn + Needed for any certificates you may earn
  • @@ -186,14 +186,9 @@
    1. -
      - - -
      - -
      - - +
      + +
    @@ -202,9 +197,9 @@
    % if has_extauth_info is UNDEFINED: - + % endif