Commit 91d04c67 by Bridger Maxwell

Changed some styling on the survey form.

parent 9a691935
...@@ -411,7 +411,7 @@ $(function() { ...@@ -411,7 +411,7 @@ $(function() {
<p>The certificate will indicate that <strong>${name}</strong> has successfully completed the Fall 2012 offering of <strong>Circuits and Electronics 6.002x</strong>. Please ensure that this information is correct.</p> <p>The certificate will indicate that <strong>${name}</strong> has successfully completed the Fall 2012 offering of <strong>Circuits and Electronics 6.002x</strong>. Please ensure that this information is correct.</p>
<form id="cert_request_form"> <form id="cert_request_form">
<fieldset> <fieldset id="cert_request_fieldset">
<div id="cert_request_error"> </div> <div id="cert_request_error"> </div>
<ul> <ul>
<li class="verify"> <li class="verify">
...@@ -439,24 +439,22 @@ $(function() { ...@@ -439,24 +439,22 @@ $(function() {
%if not took_survey: %if not took_survey:
<div id="survey" class="leanModal_box"> <div id="survey" class="leanModal_box">
<form id="survey_form"> <form id="survey_form">
<h1>6.002x Student Survey</h1>
<div id="survey_survey_holder"> <div id="survey_survey_holder">
<fieldset id="survey_fieldset"> <fieldset id="survey_fieldset">
<p>Please take this short survey about 6.002x.</p> <h1>Please take this short survey about 6.002x.</h1>
<div id="survey_error"> </div> <div id="survey_error"> </div>
<ul> <ul>
<li> <li class="survey_checkbox">
<input type="checkbox" id="survey_future_classes"/> <input type="checkbox" id="survey_future_classes"/>
<label> Please inform me of future classes offered by edX.</label> <label> Please inform me of future classes offered by edX.</label>
</li> </li>
<li> <li class="survey_checkbox">
<input type="checkbox" id="survey_future_offerings"/> <input type="checkbox" id="survey_future_offerings"/>
<label> Please inform me of opportunities to help with future offerings of 6.002x, such as staffing discussiong forums or developing content. </label> <label> Please inform me of opportunities to help with future offerings of 6.002x, such as staffing discussiong forums or developing content. </label>
</li> </li>
<li> <li class="survey_checkbox">
<input type="checkbox" id="survey_6002x_updates"/> <input type="checkbox" id="survey_6002x_updates"/>
<label> Please subscribe me to periodic updates about additional topics, refreshers, and follow-ups for topics in 6.002x. </label> <label> Please subscribe me to periodic updates about additional topics, refreshers, and follow-ups for topics in 6.002x. </label>
</li> </li>
......
...@@ -205,6 +205,7 @@ div#pwd_reset { ...@@ -205,6 +205,7 @@ div#pwd_reset {
} }
} }
div#survey,
div#cert_request, div#cert_request,
div#apply_name_change, div#apply_name_change,
div#change_email, div#change_email,
...@@ -251,10 +252,28 @@ div#feedback_div{ ...@@ -251,10 +252,28 @@ div#feedback_div{
} }
div#cert_request { div#cert_request {
label { fieldset#cert_request_fieldset {
font-weight: bold; label {
margin-bottom: 6px; font-weight: bold;
display: block; margin-bottom: 6px;
display: block;
}
li.verify{
@include clearfix;
input {
float: left;
}
label {
margin-left: 25px;
}
}
}
fieldset#survey_fieldset {
margin-top: lh();
} }
div#cert_request_error { div#cert_request_error {
...@@ -263,16 +282,4 @@ div#cert_request { ...@@ -263,16 +282,4 @@ div#cert_request {
font-weight: bold; font-weight: bold;
margin-bottom: 6px; margin-bottom: 6px;
} }
li.verify {
@include clearfix;
input {
float: left;
}
label {
margin-left: 25px;
}
}
} }
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