From 23b5cf6691325f0cf3cd83134e64e0c9b00e3e58 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Tue, 24 Jan 2012 11:32:39 -0500 Subject: [PATCH] Added new style and html for honor code on enroll form --- create_account.html | 12 ++++++++---- sass/_fancybox.scss | 15 +++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/create_account.html b/create_account.html index 435d4604a4..f64ff106d5 100644 --- a/create_account.html +++ b/create_account.html @@ -3,7 +3,7 @@

Enroll in 6.002 Circuits & Electronics

- <% if 'error' in locals(): e = error %> +
<% if 'error' in locals(): e = error %>
@@ -58,11 +58,15 @@
  • + I agree to the Honor code. +
      +
    • Not engage in any activities that would dishonestly improve my results, or improve or hurt those of others.
    • +
    • Never post answers to problems.
    • +
    • Maintain only one account.
    • +
  • - +
    diff --git a/sass/_fancybox.scss b/sass/_fancybox.scss index 4ea9b3aba9..dc989de7e0 100644 --- a/sass/_fancybox.scss +++ b/sass/_fancybox.scss @@ -4,6 +4,7 @@ div#fancybox-overlay { div#fancybox-wrap { width: auto !important; + div#fancybox-outer { background: none; max-width: 600px; @@ -71,6 +72,19 @@ div#fancybox-wrap { font-weight: bold; } + ul { + list-style: disc outside none; + margin: lh(.5) 0 lh() lh(); + + li { + list-style: disc outside none; + margin-bottom: lh(.5); + color: #666; + font-size: 14px; + float: none; + } + } + #{$all-text-inputs} { width: 100%; @include box-sizing(border-box); @@ -89,6 +103,7 @@ div#fancybox-wrap { } } + div#login { min-width: 300px;