Commit 2d3bab41 by Galen Frechette

styles activation message

parent 5033ec65
...@@ -2491,6 +2491,8 @@ header.global { ...@@ -2491,6 +2491,8 @@ header.global {
display: none; display: none;
margin-bottom: 20px; margin-bottom: 20px;
padding: 12px; } padding: 12px; }
.modal .inner-wrapper .activation-message {
padding: 0 40px 10px; }
.modal .inner-wrapper form { .modal .inner-wrapper form {
margin-bottom: 12px; margin-bottom: 12px;
padding: 0px 40px; padding: 0px 40px;
......
...@@ -115,15 +115,9 @@ ...@@ -115,15 +115,9 @@
padding: 12px; padding: 12px;
} }
//#enroll { .activation-message {
//padding: 0 40px; padding: 0 40px 10px;
}
//h1 {
//font: normal 1em/1.6em $sans-serif;
//margin-bottom: 10px;
//text-align: left;
//}
//}
form { form {
margin-bottom: 12px; margin-bottom: 12px;
......
<h1>Check your email</h1> <header>
<p>An activation link has been sent to ${ email }, along with <h2>Thanks For Registering!</h2>
<hr>
</header>
<p class='activation-message'>Please check your email. An activation link has been sent to <strong>${ email }</strong>, along with
instructions for activating your account.</p> instructions for activating your account.</p>
...@@ -2,12 +2,11 @@ ...@@ -2,12 +2,11 @@
<section id="signup-modal" class="modal signup-modal"> <section id="signup-modal" class="modal signup-modal">
<div class="inner-wrapper"> <div class="inner-wrapper">
<header>
<h2>Sign Up for edX</h2>
<hr>
</header>
<div id="enroll"> <div id="enroll">
<header>
<h2>Sign Up for edX</h2>
<hr>
</header>
<form id="enroll_form" method="post"> <form id="enroll_form" method="post">
<div id="enroll_error" name="enroll_error"></div> <div id="enroll_error" name="enroll_error"></div>
......
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