Commit 91d04c67 by Bridger Maxwell

Changed some styling on the survey form.

parent 9a691935
......@@ -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>
<form id="cert_request_form">
<fieldset>
<fieldset id="cert_request_fieldset">
<div id="cert_request_error"> </div>
<ul>
<li class="verify">
......@@ -439,24 +439,22 @@ $(function() {
%if not took_survey:
<div id="survey" class="leanModal_box">
<form id="survey_form">
<h1>6.002x Student Survey</h1>
<form id="survey_form">
<div id="survey_survey_holder">
<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>
<ul>
<li>
<li class="survey_checkbox">
<input type="checkbox" id="survey_future_classes"/>
<label> Please inform me of future classes offered by edX.</label>
</li>
<li>
<li class="survey_checkbox">
<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>
</li>
<li>
<li class="survey_checkbox">
<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>
</li>
......
......@@ -205,6 +205,7 @@ div#pwd_reset {
}
}
div#survey,
div#cert_request,
div#apply_name_change,
div#change_email,
......@@ -251,10 +252,28 @@ div#feedback_div{
}
div#cert_request {
label {
font-weight: bold;
margin-bottom: 6px;
display: block;
fieldset#cert_request_fieldset {
label {
font-weight: bold;
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 {
......@@ -263,16 +282,4 @@ div#cert_request {
font-weight: bold;
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