Commit cbe35eea by Brian Talbot Committed by John Jarvis

drupal integration - further color sync, copy edits, and removing courseware…

drupal integration - further color sync, copy edits, and removing courseware button when on login page
parent e1fae8e8
...@@ -28,7 +28,7 @@ $outer-border-color: rgb(170, 170, 170); ...@@ -28,7 +28,7 @@ $outer-border-color: rgb(170, 170, 170);
// edx.org-related // edx.org-related
$m-gray-l: rgb(247, 247, 247); $m-gray-l: rgb(247, 247, 247);
$m-gray: rgb(67,67,67); $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-blue-s: rgb(2,159,211);
$m-base-font-size: em(16); $m-base-font-size: em(16);
......
...@@ -409,7 +409,11 @@ ...@@ -409,7 +409,11 @@
// ===== // =====
// login // login
.login { .view-login {
.nav-courseware .cta-login {
display: none;
}
.group-form-accountpreferences { .group-form-accountpreferences {
padding-top: 0; padding-top: 0;
...@@ -418,7 +422,7 @@ ...@@ -418,7 +422,7 @@
} }
// register // register
.register { .view-register {
.group-form-accountacknowledgements { .group-form-accountacknowledgements {
padding-top: 0; padding-top: 0;
...@@ -427,7 +431,7 @@ ...@@ -427,7 +431,7 @@
} }
// password reset // password reset
.passwordreset { .view-passwordreset {
} }
......
...@@ -96,9 +96,9 @@ ...@@ -96,9 +96,9 @@
<div class="form-actions"> <div class="form-actions">
<button name="submit" type="submit" id="submit" class="action action-primary action-update">Access My Courses</button> <button name="submit" type="submit" id="submit" class="action action-primary action-update">Access My Courses</button>
% if has_extauth_info is UNDEFINED: % if has_extauth_info is UNDEFINED:
<!-- <span class="wrapper wrapper-action action-secondary"> <span class="wrapper wrapper-action action-secondary">
<a href="#" class="action action-register">Not enrolled? Register</a> <a href="#" class="action action-register">Not enrolled? Register</a>
</span> --> </span>
% endif % endif
</div> </div>
</form> </form>
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<li class="field required text" id="field-name"> <li class="field required text" id="field-name">
<label for="name">Full Name</label> <label for="name">Full Name</label>
<input id="name" type="text" name="name" value="" placeholder="e.g. Jane Doe" /> <input id="name" type="text" name="name" value="" placeholder="e.g. Jane Doe" />
<span class="tip tip-input">Needed for any certificates you earn</span> <span class="tip tip-input">Needed for any certificates you may earn</span>
</li> </li>
</ol> </ol>
...@@ -186,14 +186,9 @@ ...@@ -186,14 +186,9 @@
<ol class="list-input"> <ol class="list-input">
<li class="field-group"> <li class="field-group">
<div class="field required checkbox" id="field-tos"> <div class="field required checkbox" id="field-toshonorcode">
<input id="tos-yes" type="checkbox" name="terms_of_service" value="true" /> <input id="toshonorcode-yes" type="checkbox" name="terms_of_service_honor_code" value="true" />
<label for="tos-yes">I agree to the <a href="${reverse('tos')}" class="new-vp">Terms of Service</a></label> <label for="toshonorcode-yes">I agree to the <a href="${reverse('tos')}" class="new-vp">Terms of Service</a> and <a href="${reverse('honor')}" class="new-vp">Honor Code</a></label>
</div>
<div class="field required checkbox" id="field-honorcode">
<input id="honorcode-yes" type="checkbox" name="honor_code" value="true" />
<label for="honorcode-yes">I agree to the <a href="${reverse('honor')}" class="new-vp">Honor Code</a></label>
</div> </div>
</li> </li>
</ol> </ol>
...@@ -202,9 +197,9 @@ ...@@ -202,9 +197,9 @@
<div class="form-actions"> <div class="form-actions">
<button name="submit" type="submit" id="submit" class="action action-primary action-update">Register &amp; Create My Account</button> <button name="submit" type="submit" id="submit" class="action action-primary action-update">Register &amp; Create My Account</button>
% if has_extauth_info is UNDEFINED: % if has_extauth_info is UNDEFINED:
<!-- <span class="wrapper wrapper-action action-secondary"> <span class="wrapper wrapper-action action-secondary">
<a href="${reverse('login')}" class="action action-login">Already have an account? Login</a> <a href="${reverse('login')}" class="action action-login">Already have an account? Login</a>
</span> --> </span>
% endif % endif
</div> </div>
</form> </form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment