styles activation message

This commit is contained in:
Galen Frechette
2012-07-16 13:34:12 -04:00
parent 5033ec656c
commit 2d3bab4188
4 changed files with 15 additions and 16 deletions

View File

@@ -2491,6 +2491,8 @@ header.global {
display: none;
margin-bottom: 20px;
padding: 12px; }
.modal .inner-wrapper .activation-message {
padding: 0 40px 10px; }
.modal .inner-wrapper form {
margin-bottom: 12px;
padding: 0px 40px;

View File

@@ -115,15 +115,9 @@
padding: 12px;
}
//#enroll {
//padding: 0 40px;
//h1 {
//font: normal 1em/1.6em $sans-serif;
//margin-bottom: 10px;
//text-align: left;
//}
//}
.activation-message {
padding: 0 40px 10px;
}
form {
margin-bottom: 12px;

View File

@@ -1,3 +1,7 @@
<h1>Check your email</h1>
<p>An activation link has been sent to ${ email }, along with
<header>
<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>

View File

@@ -2,12 +2,11 @@
<section id="signup-modal" class="modal signup-modal">
<div class="inner-wrapper">
<header>
<h2>Sign Up for edX</h2>
<hr>
</header>
<div id="enroll">
<header>
<h2>Sign Up for edX</h2>
<hr>
</header>
<form id="enroll_form" method="post">
<div id="enroll_error" name="enroll_error"></div>