Commit 0b5b3966 by Kyle Fiedler Committed by Bridger Maxwell

Added more styles for the modal for certificates

parent 05a23e35
/*
html5doctor.com Reset Stylesheet
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
......@@ -1071,6 +1071,27 @@ div#feedback_div form ol li {
div#feedback_div form ol li textarea#feedback_message, div#feedback_div form#wiki_revision ol li #feedback_message.CodeMirror {
height: 100px; }
div#cert_request label {
font-weight: bold;
margin-bottom: 6px;
display: block; }
div#cert_request div#cert_request_error {
display: block;
color: #993333;
font-weight: bold;
margin-bottom: 6px; }
div#cert_request li.verify {
zoom: 1; }
div#cert_request li.verify:before, div#cert_request li.verify:after {
content: "";
display: table; }
div#cert_request li.verify:after {
clear: both; }
div#cert_request li.verify input {
float: left; }
div#cert_request li.verify label {
margin-left: 25px; }
/*
* jQuery UI CSS Framework 1.8.16
*
......
......@@ -937,3 +937,24 @@ div#feedback_div form ol li {
width: 100%; }
div#feedback_div form ol li textarea#feedback_message {
height: 100px; }
div#cert_request label {
font-weight: bold;
margin-bottom: 6px;
display: block; }
div#cert_request div#cert_request_error {
display: block;
color: #993333;
font-weight: bold;
margin-bottom: 6px; }
div#cert_request li.verify {
zoom: 1; }
div#cert_request li.verify:before, div#cert_request li.verify:after {
content: "";
display: table; }
div#cert_request li.verify:after {
clear: both; }
div#cert_request li.verify input {
float: left; }
div#cert_request li.verify label {
margin-left: 25px; }
......@@ -349,7 +349,7 @@ $(function() {
<div id="cert_request_error"> </div>
<fieldset>
<ul>
<li>
<li class="verify">
<input type="checkbox" id="cert_request_verify"/>
<label> I certify that I have not violated the Honor Code for this course. The name shown above is correct. </label>
</li>
......
......@@ -250,3 +250,29 @@ div#feedback_div{
}
}
div#cert_request {
label {
font-weight: bold;
margin-bottom: 6px;
display: block;
}
div#cert_request_error {
display: block;
color: $mit-red;
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