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
+
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;