Commit db9ca077 by Kyle Fiedler

Fix ie enrollment issues by hiding form

parent 6498c886
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5,3 +5,9 @@ body { ...@@ -5,3 +5,9 @@ body {
.wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer { .wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer {
margin: 0; margin: 0;
overflow: hidden; } overflow: hidden; }
div#enroll p.ie-warning {
display: block !important;
line-height: 1.3em; }
div#enroll form {
display: none; }
...@@ -5,18 +5,7 @@ Last Updated: 2010-09-17 ...@@ -5,18 +5,7 @@ Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark Twitter: @rich_clark
*/ */
html, body, div, span, object, iframe, html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
...@@ -28,8 +17,7 @@ time, mark, audio, video { ...@@ -28,8 +17,7 @@ time, mark, audio, video {
body { body {
line-height: 1; } line-height: 1; }
article, aside, details, figcaption, figure, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
footer, header, hgroup, menu, nav, section {
display: block; } display: block; }
nav ul { nav ul {
...@@ -38,8 +26,7 @@ nav ul { ...@@ -38,8 +26,7 @@ nav ul {
blockquote, q { blockquote, q {
quotes: none; } quotes: none; }
blockquote:before, blockquote:after, blockquote:before, blockquote:after, q:before, q:after {
q:before, q:after {
content: ''; content: '';
content: none; } content: none; }
...@@ -137,33 +124,32 @@ input, select { ...@@ -137,33 +124,32 @@ input, select {
box-sizing: border-box; box-sizing: border-box;
margin: 0 auto; margin: 0 auto;
max-width: 1400px; max-width: 1400px;
min-width: 810px;
padding: 25.888px; padding: 25.888px;
width: 100%; } width: 100%; }
.subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div { .subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div {
padding-left: 34.171%; } padding-left: 34.171%; }
@media screen and (max-width: 940px) { @media screen and (max-width: 940px) {
.subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div { .subpage > div, section.copyright > div, section.tos > div, section.privacy-policy > div, section.honor-code > div {
padding-left: 0; } } padding-left: 0; } }
.subpage > div p, section.copyright > div p, section.tos > div p, section.privacy-policy > div p, section.honor-code > div p { .subpage > div p, section.copyright > div p, section.tos > div p, section.privacy-policy > div p, section.honor-code > div p {
margin-bottom: 25.888px; margin-bottom: 25.888px;
line-height: 25.888px; } line-height: 25.888px; }
.subpage > div h1, section.copyright > div h1, section.tos > div h1, section.privacy-policy > div h1, section.honor-code > div h1 { .subpage > div h1, section.copyright > div h1, section.tos > div h1, section.privacy-policy > div h1, section.honor-code > div h1 {
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
.subpage > div h2, section.copyright > div h2, section.tos > div h2, section.privacy-policy > div h2, section.honor-code > div h2 { .subpage > div h2, section.copyright > div h2, section.tos > div h2, section.privacy-policy > div h2, section.honor-code > div h2 {
font: 18px "Open Sans", Helvetica, Arial, sans-serif; font: 18px "Open Sans", Helvetica, Arial, sans-serif;
color: #000; color: #000;
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
.subpage > div ul, section.copyright > div ul, section.tos > div ul, section.privacy-policy > div ul, section.honor-code > div ul { .subpage > div ul, section.copyright > div ul, section.tos > div ul, section.privacy-policy > div ul, section.honor-code > div ul {
list-style: disc outside none; } list-style: disc outside none; }
.subpage > div ul li, section.copyright > div ul li, section.tos > div ul li, section.privacy-policy > div ul li, section.honor-code > div ul li { .subpage > div ul li, section.copyright > div ul li, section.tos > div ul li, section.privacy-policy > div ul li, section.honor-code > div ul li {
list-style: disc outside none; list-style: disc outside none;
line-height: 25.888px; } line-height: 25.888px; }
.subpage > div dl, section.copyright > div dl, section.tos > div dl, section.privacy-policy > div dl, section.honor-code > div dl { .subpage > div dl, section.copyright > div dl, section.tos > div dl, section.privacy-policy > div dl, section.honor-code > div dl {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
.subpage > div dl dd, section.copyright > div dl dd, section.tos > div dl dd, section.privacy-policy > div dl dd, section.honor-code > div dl dd { .subpage > div dl dd, section.copyright > div dl dd, section.tos > div dl dd, section.privacy-policy > div dl dd, section.honor-code > div dl dd {
margin-bottom: 12.944px; } margin-bottom: 12.944px; }
.clearfix:after, .subpage:after, section.copyright:after, section.tos:after, section.privacy-policy:after, section.honor-code:after, header.announcement div section:after, footer:after, section.index-content:after, section.index-content section:after, section.index-content section.about section:after, div.leanModal_box#enroll ol:after { .clearfix:after, .subpage:after, section.copyright:after, section.tos:after, section.privacy-policy:after, section.honor-code:after, header.announcement div section:after, footer:after, section.index-content:after, section.index-content section:after, section.index-content section.about section:after, div.leanModal_box#enroll ol:after {
content: "."; content: ".";
...@@ -218,50 +204,50 @@ input, select { ...@@ -218,50 +204,50 @@ input, select {
-o-box-shadow: inset 0 1px 0 #b83d3d; -o-box-shadow: inset 0 1px 0 #b83d3d;
box-shadow: inset 0 1px 0 #b83d3d; box-shadow: inset 0 1px 0 #b83d3d;
-webkit-font-smoothing: antialiased; } -webkit-font-smoothing: antialiased; }
.button:hover, header.announcement div section.course section a:hover, section.index-content section.course a:hover, section.index-content section.staff a:hover, section.index-content section.about-course section.cta a.enroll:hover { .button:hover, header.announcement div section.course section a:hover, section.index-content section.course a:hover, section.index-content section.staff a:hover, section.index-content section.about-course section.cta a.enroll:hover {
background-color: #732626; background-color: #732626;
border-color: #4d1919; } border-color: #4d1919; }
.button span, header.announcement div section.course section a span, section.index-content section.course a span, section.index-content section.staff a span, section.index-content section.about-course section.cta a.enroll span { .button span, header.announcement div section.course section a span, section.index-content section.course a span, section.index-content section.staff a span, section.index-content section.about-course section.cta a.enroll span {
font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
font-style: italic; } font-style: italic; }
body { body {
background-color: #fff; background-color: #fff;
color: #444; color: #444;
font: 16px Georgia, serif; } font: 16px Georgia, serif; }
body :focus { body :focus {
outline-color: #ccc; } outline-color: #ccc; }
body h1 { body h1 {
font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; } font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; }
body li { body li {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
body em { body em {
font-style: italic; } font-style: italic; }
body a { body a {
color: #993333; color: #993333;
font-style: italic; font-style: italic;
text-decoration: none; } text-decoration: none; }
body a:hover, body a:focus { body a:hover, body a:focus {
color: #732626; } color: #732626; }
body input[type="email"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="url"], body input[type="color"], body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="month"], body input[type="time"], body input[type="week"], body textarea { body input[type="email"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="url"], body input[type="color"], body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="month"], body input[type="time"], body input[type="week"], body textarea {
-webkit-box-shadow: 0 -1px 0 white; -webkit-box-shadow: 0 -1px 0 white;
-moz-box-shadow: 0 -1px 0 white; -moz-box-shadow: 0 -1px 0 white;
-ms-box-shadow: 0 -1px 0 white; -ms-box-shadow: 0 -1px 0 white;
-o-box-shadow: 0 -1px 0 white; -o-box-shadow: 0 -1px 0 white;
box-shadow: 0 -1px 0 white; box-shadow: 0 -1px 0 white;
background-color: #eeeeee; background-color: #eeeeee;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, white)); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, white));
background-image: -webkit-linear-gradient(top, #eeeeee, white); background-image: -webkit-linear-gradient(top, #eeeeee, white);
background-image: -moz-linear-gradient(top, #eeeeee, white); background-image: -moz-linear-gradient(top, #eeeeee, white);
background-image: -ms-linear-gradient(top, #eeeeee, white); background-image: -ms-linear-gradient(top, #eeeeee, white);
background-image: -o-linear-gradient(top, #eeeeee, white); background-image: -o-linear-gradient(top, #eeeeee, white);
background-image: linear-gradient(top, #eeeeee, white); background-image: linear-gradient(top, #eeeeee, white);
border: 1px solid #999; border: 1px solid #999;
font: 16px Georgia, serif; font: 16px Georgia, serif;
padding: 4px; padding: 4px;
width: 100%; } width: 100%; }
body input[type="email"]:focus, body input[type="number"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="text"]:focus, body input[type="url"]:focus, body input[type="color"]:focus, body input[type="date"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body textarea:focus { body input[type="email"]:focus, body input[type="number"]:focus, body input[type="password"]:focus, body input[type="search"]:focus, body input[type="tel"]:focus, body input[type="text"]:focus, body input[type="url"]:focus, body input[type="color"]:focus, body input[type="date"]:focus, body input[type="datetime"]:focus, body input[type="datetime-local"]:focus, body input[type="month"]:focus, body input[type="time"]:focus, body input[type="week"]:focus, body textarea:focus {
border-color: #993333; } border-color: #993333; }
header.announcement { header.announcement {
-webkit-background-size: cover; -webkit-background-size: cover;
...@@ -273,352 +259,453 @@ header.announcement { ...@@ -273,352 +259,453 @@ header.announcement {
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
color: #fff; color: #fff;
-webkit-font-smoothing: antialiased; } -webkit-font-smoothing: antialiased; }
header.announcement.home {
background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg"); }
@media screen and (min-width: 1200px) {
header.announcement.home { header.announcement.home {
background: #e3e3e3 url("/static/images/marketing/shot-5-medium.jpg"); } background: #e3e3e3 url("/static/images/marketing/shot-5-large.jpg"); } }
@media screen and (min-width: 1200px) { header.announcement.home div {
header.announcement.home { padding: 258.88px 25.888px 77.664px; }
background: #e3e3e3 url("/static/images/marketing/shot-5-large.jpg"); } } @media screen and (max-width:780px) {
header.announcement.home div { header.announcement.home div {
padding: 258.88px 25.888px 77.664px; } padding: 64.72px 25.888px 51.776px; } }
header.announcement.home div nav h1 { header.announcement.home div nav h1 {
margin-right: 0; } margin-right: 0; }
header.announcement.home div nav a.login { header.announcement.home div nav a.login {
display: none; } display: none; }
header.announcement.course {
background: #e3e3e3 url("/static/images/marketing/course-bg-small.jpg"); }
@media screen and (min-width: 1200px) {
header.announcement.course { header.announcement.course {
background: #e3e3e3 url("/static/images/marketing/course-bg-small.jpg"); } background: #e3e3e3 url("/static/images/marketing/course-bg-large.jpg"); } }
@media screen and (min-width: 1200px) { @media screen and (max-width: 1199px) and (min-width: 700px) {
header.announcement.course { header.announcement.course {
background: #e3e3e3 url("/static/images/marketing/course-bg-large.jpg"); } } background: #e3e3e3 url("/static/images/marketing/course-bg-medium.jpg"); } }
@media screen and (max-width: 1199px) and (min-width: 700px) { header.announcement.course div {
header.announcement.course { padding: 103.552px 25.888px 51.776px; }
background: #e3e3e3 url("/static/images/marketing/course-bg-medium.jpg"); } } @media screen and (max-width:780px) {
header.announcement.course div { header.announcement.course div {
padding: 103.552px 25.888px 51.776px; } padding: 64.72px 25.888px 51.776px; } }
header.announcement div { header.announcement div {
position: relative; } position: relative; }
header.announcement div nav { header.announcement div nav {
position: absolute; position: absolute;
top: 0; top: 0;
right: 25.888px; right: 25.888px;
-webkit-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px;
-ms-border-radius: 0 0 3px 3px; -ms-border-radius: 0 0 3px 3px;
-o-border-radius: 0 0 3px 3px; -o-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
background: #333; background: #333;
background: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);
padding: 12.944px 25.888px; } padding: 12.944px 25.888px; }
header.announcement div nav h1 { header.announcement div nav h1 {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
display: inline-block; display: inline-block;
vertical-align: baseline; vertical-align: baseline;
zoom: 1; zoom: 1;
*display: inline; *display: inline;
*vertical-align: auto; *vertical-align: auto;
margin-right: 12.944px; } margin-right: 12.944px; }
header.announcement div nav h1 a { header.announcement div nav h1 a {
font: italic 800 18px "Open Sans", Helvetica, Arial, sans-serif; font: italic 800 18px "Open Sans", Helvetica, Arial, sans-serif;
color: #fff; color: #fff;
text-decoration: none; } text-decoration: none; }
header.announcement div nav h1 a:hover, header.announcement div nav h1 a:focus { header.announcement div nav h1 a:hover, header.announcement div nav h1 a:focus {
color: #999; } color: #999; }
header.announcement div nav a.login { header.announcement div nav a.login {
text-decoration: none; text-decoration: none;
color: #fff; color: #fff;
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
font-family: "Open Sans", Helvetica, Arial, sans-serif; } font-family: "Open Sans", Helvetica, Arial, sans-serif; }
header.announcement div nav a.login:hover, header.announcement div nav a.login:focus { header.announcement div nav a.login:hover, header.announcement div nav a.login:focus {
color: #999; } color: #999; }
header.announcement div section { header.announcement div section {
display: -moz-inline-box; background: #993333;
-moz-box-orient: vertical; display: -moz-inline-box;
display: inline-block; -moz-box-orient: vertical;
vertical-align: baseline; display: inline-block;
zoom: 1; vertical-align: baseline;
*display: inline; zoom: 1;
*vertical-align: auto; *display: inline;
background: #993333; *vertical-align: auto;
margin-left: 34.171%; margin-left: 34.171%;
padding: 25.888px 38.832px; } padding: 25.888px 38.832px; }
header.announcement div section h1 { @media screen and (max-width: 780px) {
display: -moz-inline-box; header.announcement div section {
-moz-box-orient: vertical; margin-left: 0; } }
display: inline-block; header.announcement div section h1 {
vertical-align: baseline; font-family: "Open Sans";
zoom: 1; font-size: 30px;
*display: inline; font-weight: 800;
*vertical-align: auto; display: -moz-inline-box;
font-family: "Open Sans"; -moz-box-orient: vertical;
font-size: 30px; display: inline-block;
font-weight: 800; vertical-align: baseline;
line-height: 1.2em; zoom: 1;
margin: 0 25.888px 0 0; } *display: inline;
header.announcement div section h2 { *vertical-align: auto;
display: -moz-inline-box; line-height: 1.2em;
-moz-box-orient: vertical; margin: 0 25.888px 0 0; }
display: inline-block; header.announcement div section h2 {
vertical-align: baseline; font-family: "Open Sans";
zoom: 1; font-size: 24px;
*display: inline; font-weight: 400;
*vertical-align: auto; display: -moz-inline-box;
font-family: "Open Sans"; -moz-box-orient: vertical;
font-size: 24px; display: inline-block;
font-weight: 400; vertical-align: baseline;
line-height: 1.2em; } zoom: 1;
header.announcement div section.course section { *display: inline;
width: 48.092%; *vertical-align: auto;
margin-right: 3.817%; line-height: 1.2em; }
float: left; header.announcement div section.course section {
margin-left: 0; float: left;
padding: 0; } margin-left: 0;
header.announcement div section.course section a { margin-right: 3.817%;
-webkit-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; padding: 0;
-moz-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; width: 48.092%; }
-ms-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; @media screen and (max-width: 780px) {
-o-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; header.announcement div section.course section {
box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939; float: none;
background-color: #4d1919; width: 100%;
display: block; margin-right: 0; } }
padding: 12.944px 25.888px; header.announcement div section.course section a {
border-color: #260d0d; background-color: #4d1919;
text-align: center; } border-color: #260d0d;
header.announcement div section.course section a:hover { -webkit-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
background-color: #732626; -moz-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
border-color: #4d1919; } -ms-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
header.announcement div section.course p { -o-box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
width: 48.092%; box-shadow: inset 0 1px 0 #732626, 0 1px 0 #ac3939;
line-height: 25.888px; display: block;
float: left; } padding: 12.944px 25.888px;
text-align: center; }
header.announcement div section.course section a:hover {
background-color: #732626;
border-color: #4d1919; }
header.announcement div section.course p {
width: 48.092%;
line-height: 25.888px;
float: left; }
@media screen and (max-width: 780px) {
header.announcement div section.course p {
float: none;
width: 100%; } }
footer { footer {
padding-top: 0; } padding-top: 0; }
footer div.footer-wrapper {
border-top: 1px solid #e5e5e5;
padding: 25.888px 0;
background: url("/static/images/marketing/mit-logo.png") right center no-repeat; }
@media screen and (max-width: 780px) {
footer div.footer-wrapper { footer div.footer-wrapper {
border-top: 1px solid #e5e5e5; background-position: left bottom;
padding: 25.888px 0; padding-bottom: 77.664px; } }
background: url("/static/images/marketing/mit-logo.png") right center no-repeat; } footer div.footer-wrapper a {
footer div.footer-wrapper a { color: #888;
color: #888; text-decoration: none;
text-decoration: none; -webkit-transition-property: all;
-webkit-transition-property: all; -moz-transition-property: all;
-moz-transition-property: all; -ms-transition-property: all;
-ms-transition-property: all; -o-transition-property: all;
-o-transition-property: all; transition-property: all;
transition-property: all; -webkit-transition-duration: 0.15s;
-webkit-transition-duration: 0.15s; -moz-transition-duration: 0.15s;
-moz-transition-duration: 0.15s; -ms-transition-duration: 0.15s;
-ms-transition-duration: 0.15s; -o-transition-duration: 0.15s;
-o-transition-duration: 0.15s; transition-duration: 0.15s;
transition-duration: 0.15s; -webkit-transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out; transition-timing-function: ease-out;
transition-timing-function: ease-out; -webkit-transition-delay: 0;
-webkit-transition-delay: 0; -moz-transition-delay: 0;
-moz-transition-delay: 0; -ms-transition-delay: 0;
-ms-transition-delay: 0; -o-transition-delay: 0;
-o-transition-delay: 0; transition-delay: 0; }
transition-delay: 0; } footer div.footer-wrapper a:hover, footer div.footer-wrapper a:focus {
footer div.footer-wrapper a:hover, footer div.footer-wrapper a:focus { color: #666; }
color: #666; } footer div.footer-wrapper p {
footer div.footer-wrapper p { display: -moz-inline-box;
display: -moz-inline-box; -moz-box-orient: vertical;
-moz-box-orient: vertical; display: inline-block;
display: inline-block; vertical-align: baseline;
vertical-align: baseline; zoom: 1;
zoom: 1; *display: inline;
*display: inline; *vertical-align: auto;
*vertical-align: auto; margin-right: 25.888px; }
margin-right: 25.888px; } footer div.footer-wrapper ul {
footer div.footer-wrapper ul { display: -moz-inline-box;
display: -moz-inline-box; -moz-box-orient: vertical;
-moz-box-orient: vertical; display: inline-block;
display: inline-block; vertical-align: baseline;
vertical-align: baseline; zoom: 1;
zoom: 1; *display: inline;
*display: inline; *vertical-align: auto; }
*vertical-align: auto; } @media screen and (max-width: 780px) {
footer div.footer-wrapper ul li { footer div.footer-wrapper ul {
display: -moz-inline-box; margin-top: 25.888px; } }
-moz-box-orient: vertical; footer div.footer-wrapper ul li {
display: inline-block; display: -moz-inline-box;
vertical-align: baseline; -moz-box-orient: vertical;
zoom: 1; display: inline-block;
*display: inline; vertical-align: baseline;
*vertical-align: auto; } zoom: 1;
footer div.footer-wrapper ul li:after { *display: inline;
content: ' |'; *vertical-align: auto;
display: inline; margin-bottom: 0; }
color: #ccc; } footer div.footer-wrapper ul li:after {
footer div.footer-wrapper ul li:last-child:after { content: ' |';
content: none; } display: inline;
color: #ccc; }
footer div.footer-wrapper ul li:last-child:after {
content: none; }
section.index-content section { section.index-content section {
float: left; } float: left; }
section.index-content section h1 { @media screen and (max-width: 780px) {
font-size: 800 24px "Open Sans"; section.index-content section {
margin-bottom: 25.888px; } float: none;
section.index-content section p { width: auto;
line-height: 25.888px; margin-right: 0; } }
margin-bottom: 25.888px; } section.index-content section h1 {
section.index-content section ul { font-size: 800 24px "Open Sans";
margin: 0; } margin-bottom: 25.888px; }
section.index-content section p {
line-height: 25.888px;
margin-bottom: 25.888px; }
section.index-content section ul {
margin: 0; }
section.index-content section.about {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
border-right: 1px solid #e5e5e5;
margin-right: 2.513%;
padding-right: 1.256%;
width: 65.829%; }
@media screen and (max-width: 780px) {
section.index-content section.about { section.index-content section.about {
-webkit-box-sizing: border-box; width: 100%;
-moz-box-sizing: border-box; border-right: 0;
-ms-box-sizing: border-box; margin-right: 0;
-o-box-sizing: border-box; padding-right: 0; } }
box-sizing: border-box; section.index-content section.about section {
border-right: 1px solid #e5e5e5; margin-bottom: 25.888px; }
margin-right: 2.513%; section.index-content section.about section p {
padding-right: 1.256%; width: 48.092%;
width: 65.829%; } float: left; }
section.index-content section.about section { @media screen and (max-width: 780px) {
margin-bottom: 25.888px; } section.index-content section.about section p {
section.index-content section.about section p { float: none;
width: 48.092%; width: auto; } }
float: left; } section.index-content section.about section p:nth-child(odd) {
section.index-content section.about section p:nth-child(odd) { margin-right: 3.817%; }
margin-right: 3.817%; } @media screen and (max-width: 780px) {
section.index-content section.about section.intro section { section.index-content section.about section p:nth-child(odd) {
margin-bottom: 0; } margin-right: 0; } }
section.index-content section.about section.intro section.intro-text { section.index-content section.about section.intro section {
margin-right: 3.817%; margin-bottom: 0; }
width: 48.092%; } section.index-content section.about section.intro section.intro-text {
section.index-content section.about section.intro section.intro-text p { margin-right: 3.817%;
margin-right: 0; width: 48.092%; }
width: auto; @media screen and (max-width: 780px) {
float: none; } section.index-content section.about section.intro section.intro-text {
section.index-content section.about section.intro section.intro-video { margin-right: 0;
width: 48.092%; } width: auto; } }
section.index-content section.about section.intro section.intro-video a { section.index-content section.about section.intro section.intro-text p {
display: block; margin-right: 0;
width: 100%; } width: auto;
section.index-content section.about section.intro section.intro-video a img { float: none; }
width: 100%; } section.index-content section.about section.intro section.intro-video {
section.index-content section.about section.intro section.intro-video a span { width: 48.092%; }
display: none; } @media screen and (max-width: 780px) {
section.index-content section.about section.features { section.index-content section.about section.intro section.intro-video {
border-top: 1px solid #E5E5E5; width: auto; } }
padding-top: 25.888px; section.index-content section.about section.intro section.intro-video a {
margin-bottom: 0; } display: block;
section.index-content section.about section.features h2 { width: 100%; }
text-transform: uppercase; section.index-content section.about section.intro section.intro-video a img {
letter-spacing: 1px; width: 100%; }
color: #666; section.index-content section.about section.intro section.intro-video a span {
margin-bottom: 25.888px; } display: none; }
section.index-content section.about section.features h2 span { section.index-content section.about section.features {
text-transform: none; } border-top: 1px solid #E5E5E5;
section.index-content section.about section.features p { padding-top: 25.888px;
width: auto; margin-bottom: 0; }
clear: both; } section.index-content section.about section.features h2 {
section.index-content section.about section.features p strong { text-transform: uppercase;
font-family: "Open sans"; letter-spacing: 1px;
font-weight: 800; } color: #888;
section.index-content section.about section.features p a { margin-bottom: 25.888px;
color: #993333; font-weight: normal;
text-decoration: none; font-size: 14px; }
-webkit-transition-property: all; section.index-content section.about section.features h2 span {
-moz-transition-property: all; text-transform: none; }
-ms-transition-property: all; section.index-content section.about section.features p {
-o-transition-property: all; width: auto;
transition-property: all; clear: both; }
-webkit-transition-duration: 0.15s; section.index-content section.about section.features p strong {
-moz-transition-duration: 0.15s; font-family: "Open sans";
-ms-transition-duration: 0.15s; font-weight: 800; }
-o-transition-duration: 0.15s; section.index-content section.about section.features p a {
transition-duration: 0.15s; color: #993333;
-webkit-transition-timing-function: ease-out; text-decoration: none;
-moz-transition-timing-function: ease-out; -webkit-transition-property: all;
-ms-transition-timing-function: ease-out; -moz-transition-property: all;
-o-transition-timing-function: ease-out; -ms-transition-property: all;
transition-timing-function: ease-out; -o-transition-property: all;
-webkit-transition-delay: 0; transition-property: all;
-moz-transition-delay: 0; -webkit-transition-duration: 0.15s;
-ms-transition-delay: 0; -moz-transition-duration: 0.15s;
-o-transition-delay: 0; -ms-transition-duration: 0.15s;
transition-delay: 0; } -o-transition-duration: 0.15s;
section.index-content section.about section.features p a:hover, section.index-content section.about section.features p a:focus { transition-duration: 0.15s;
color: #602020; } -webkit-transition-timing-function: ease-out;
section.index-content section.about section.features ul { -moz-transition-timing-function: ease-out;
margin-bottom: 0; } -ms-transition-timing-function: ease-out;
section.index-content section.about section.features ul li { -o-transition-timing-function: ease-out;
line-height: 25.888px; transition-timing-function: ease-out;
width: 48.092%; -webkit-transition-delay: 0;
float: left; -moz-transition-delay: 0;
margin-bottom: 12.944px; } -ms-transition-delay: 0;
section.index-content section.about section.features ul li:nth-child(odd) { -o-transition-delay: 0;
margin-right: 3.817%; } transition-delay: 0; }
section.index-content section.about section.features p a:hover, section.index-content section.about section.features p a:focus {
color: #602020; }
section.index-content section.about section.features ul {
margin-bottom: 0; }
section.index-content section.about section.features ul li {
line-height: 25.888px;
width: 48.092%;
float: left;
margin-bottom: 12.944px; }
@media screen and (max-width: 780px) {
section.index-content section.about section.features ul li {
width: auto;
float: none; } }
section.index-content section.about section.features ul li:nth-child(odd) {
margin-right: 3.817%; }
@media screen and (max-width: 780px) {
section.index-content section.about section.features ul li:nth-child(odd) {
margin-right: 0; } }
section.index-content section.course, section.index-content section.staff {
width: 31.658%; }
@media screen and (max-width: 780px) {
section.index-content section.course, section.index-content section.staff { section.index-content section.course, section.index-content section.staff {
width: 31.658%; } width: auto; } }
section.index-content section.course h1, section.index-content section.staff h1 { section.index-content section.course h1, section.index-content section.staff h1 {
font: normal 16px Georgia, serif; color: #888;
text-transform: uppercase; font: normal 16px Georgia, serif;
letter-spacing: 1px; font-size: 14px;
color: #666; letter-spacing: 1px;
margin-bottom: 25.888px; } margin-bottom: 25.888px;
section.index-content section.course h2, section.index-content section.staff h2 { text-transform: uppercase; }
font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; } section.index-content section.course h2, section.index-content section.staff h2 {
section.index-content section.course h3, section.index-content section.staff h3 { font: 800 24px "Open Sans", Helvetica, Arial, sans-serif; }
font: 400 18px "Open Sans", Helvetica, Arial, sans-serif; } section.index-content section.course h3, section.index-content section.staff h3 {
section.index-content section.course ul, section.index-content section.staff ul { font: 400 18px "Open Sans", Helvetica, Arial, sans-serif; }
list-style: none; } section.index-content section.course a span.arrow, section.index-content section.staff a span.arrow {
section.index-content section.course ul li img, section.index-content section.staff ul li img { color: rgba(255, 255, 255, 0.6);
float: left; font-style: normal;
margin-right: 12.944px; } display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
padding-left: 10px; }
section.index-content section.course ul, section.index-content section.staff ul {
list-style: none; }
section.index-content section.course ul li img, section.index-content section.staff ul li img {
float: left;
margin-right: 12.944px; }
section.index-content section.course h2 {
padding-top: 129.44px;
background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-ms-background-size: contain;
-o-background-size: contain;
background-size: contain; }
@media screen and (max-width: 998px) and (min-width: 781px) {
section.index-content section.course h2 {
background: url("/static/images/marketing/circuits-medium-bg.jpg") 0 0 no-repeat; } }
@media screen and (max-width: 780px) {
section.index-content section.course h2 { section.index-content section.course h2 {
padding-top: 129.44px; padding-top: 129.44px;
background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat; background: url("/static/images/marketing/circuits-bg.jpg") 0 0 no-repeat; } }
-webkit-background-size: contain; @media screen and (min-width: 500px) and (max-width: 781px) {
-moz-background-size: contain; section.index-content section.course h2 {
-ms-background-size: contain; padding-top: 207.104px; } }
-o-background-size: contain; section.index-content section.about-course {
background-size: contain; } -webkit-box-sizing: border-box;
@media screen and (max-width: 998px) { -moz-box-sizing: border-box;
section.index-content section.course h2 { -ms-box-sizing: border-box;
background: url("/static/images/marketing/circuits-medium-bg.jpg") 0 0 no-repeat; } } -o-box-sizing: border-box;
box-sizing: border-box;
border-right: 1px solid #e5e5e5;
margin-right: 2.513%;
padding-right: 1.256%;
width: 65.829%; }
@media screen and (max-width: 780px) {
section.index-content section.about-course { section.index-content section.about-course {
-webkit-box-sizing: border-box; width: auto;
-moz-box-sizing: border-box; border-right: 0;
-ms-box-sizing: border-box; margin-right: 0;
-o-box-sizing: border-box; padding-right: 0; } }
box-sizing: border-box; section.index-content section.about-course section {
border-right: 1px solid #e5e5e5; width: 48.092%; }
margin-right: 2.513%; @media screen and (max-width: 780px) {
padding-right: 1.256%; section.index-content section.about-course section {
width: 65.829%; } width: auto; } }
section.index-content section.about-course section { section.index-content section.about-course section.about-info {
width: 48.092%; } margin-right: 3.817%; }
section.index-content section.about-course section.about-info { @media screen and (max-width: 780px) {
margin-right: 3.817%; } section.index-content section.about-course section.about-info {
section.index-content section.about-course section.requirements { margin-right: 0; } }
clear: both; section.index-content section.about-course section.requirements {
width: 100%; clear: both;
border-top: 1px solid #E5E5E5; width: 100%;
padding-top: 25.888px; border-top: 1px solid #E5E5E5;
margin-bottom: 0; } padding-top: 25.888px;
section.index-content section.about-course section.requirements p { margin-bottom: 0; }
float: left; section.index-content section.about-course section.requirements p {
width: 48.092%; float: left;
margin-right: 3.817%; } width: 48.092%;
section.index-content section.about-course section.requirements p:nth-child(odd) { margin-right: 3.817%; }
margin-right: 0; } @media screen and (max-width: 780px) {
section.index-content section.about-course section.cta { section.index-content section.about-course section.requirements p {
width: 100%; margin-right: 0;
text-align: center; } float: none;
section.index-content section.about-course section.cta a.enroll { width: auto; } }
padding: 12.944px 51.776px; section.index-content section.about-course section.requirements p:nth-child(odd) {
display: -moz-inline-box; margin-right: 0; }
-moz-box-orient: vertical; section.index-content section.about-course section.cta {
display: inline-block; width: 100%;
vertical-align: baseline; text-align: center; }
zoom: 1; section.index-content section.about-course section.cta a.enroll {
*display: inline; padding: 12.944px 51.776px;
*vertical-align: auto; display: -moz-inline-box;
text-align: center; -moz-box-orient: vertical;
font: 800 18px "Open Sans", Helvetica, Arial, sans-serif; } display: inline-block;
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
text-align: center;
font: 800 18px "Open Sans", Helvetica, Arial, sans-serif; }
section.index-content section.staff h1 {
margin-top: 25.888px; }
#lean_overlay { #lean_overlay {
position: fixed; position: fixed;
...@@ -650,165 +737,167 @@ div.leanModal_box { ...@@ -650,165 +737,167 @@ div.leanModal_box {
border: none; border: none;
background: #fff; background: #fff;
padding: 51.776px; } padding: 51.776px; }
div.leanModal_box a.modal_close { div.leanModal_box a.modal_close {
position: absolute; position: absolute;
top: 12px; top: 12px;
right: 12px; right: 12px;
display: block; display: block;
width: 14px; width: 14px;
height: 14px; height: 14px;
z-index: 2; z-index: 2;
color: #aaa; color: #aaa;
font-style: normal; } font-style: normal; }
div.leanModal_box a.modal_close:hover { div.leanModal_box a.modal_close:hover {
text-decoration: none; text-decoration: none;
color: #993333; } color: #993333; }
div.leanModal_box h1 { div.leanModal_box h1 {
font-size: 24px; font-size: 24px;
margin-top: 0; margin-top: 0;
padding-bottom: 25.888px; padding-bottom: 25.888px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
margin-bottom: 25.888px; margin-bottom: 25.888px;
text-align: left; } text-align: left; }
div.leanModal_box#enroll { div.leanModal_box#enroll {
max-width: 600px; } max-width: 600px; }
div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code { div.leanModal_box#enroll p.ie-warning {
width: auto; display: none; }
float: none; } div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code {
div.leanModal_box#enroll ol li div.tip { width: auto;
display: none; } float: none; }
div.leanModal_box#enroll ol li:hover div.tip { div.leanModal_box#enroll ol li div.tip {
display: block; display: none; }
line-height: 25.888px; div.leanModal_box#enroll ol li:hover div.tip {
position: absolute; display: block;
background: #333; line-height: 25.888px;
color: #fff; position: absolute;
width: 500px; background: #333;
margin: 0 0 0 -10px; color: #fff;
padding: 10px; width: 500px;
-webkit-font-smoothing: antialiased; margin: 0 0 0 -10px;
font-size: 16px; } padding: 10px;
div.leanModal_box form { -webkit-font-smoothing: antialiased;
text-align: left; } font-size: 16px; }
div.leanModal_box form div#enroll_error, div.leanModal_box form div#login_error, div.leanModal_box form div#pwd_error { div.leanModal_box form {
-webkit-font-smoothing: antialiased; text-align: left; }
background-color: #333333; div.leanModal_box form div#enroll_error, div.leanModal_box form div#login_error, div.leanModal_box form div#pwd_error {
border: black; -webkit-font-smoothing: antialiased;
color: #fff; background-color: #333333;
text-shadow: 0 1px 0 #1a1a1a; border: black;
font-family: "Open sans"; color: #fff;
font-weight: bold; text-shadow: 0 1px 0 #1a1a1a;
letter-spacing: 1px; font-family: "Open sans";
margin: -25.888px -25.888px 25.888px; font-weight: bold;
padding: 12.944px; } letter-spacing: 1px;
div.leanModal_box form div#enroll_error:empty, div.leanModal_box form div#login_error:empty, div.leanModal_box form div#pwd_error:empty { margin: -25.888px -25.888px 25.888px;
padding: 0; } padding: 12.944px; }
div.leanModal_box form ol { div.leanModal_box form div#enroll_error:empty, div.leanModal_box form div#login_error:empty, div.leanModal_box form div#pwd_error:empty {
list-style: none; padding: 0; }
margin-bottom: 25.888px; } div.leanModal_box form ol {
div.leanModal_box form ol li { list-style: none;
margin-bottom: 12.944px; } margin-bottom: 25.888px; }
div.leanModal_box form ol li.terms, div.leanModal_box form ol li.remember { div.leanModal_box form ol li {
float: none; margin-bottom: 12.944px; }
width: auto; div.leanModal_box form ol li.terms, div.leanModal_box form ol li.remember {
clear: both; float: none;
padding-top: 25.888px; width: auto;
border-top: 1px solid #eee; } clear: both;
div.leanModal_box form ol li.honor-code { padding-top: 25.888px;
width: auto; border-top: 1px solid #eee; }
float: none; } div.leanModal_box form ol li.honor-code {
div.leanModal_box form ol li label { width: auto;
display: block; float: none; }
font-weight: bold; } div.leanModal_box form ol li label {
div.leanModal_box form ol li input[type="email"], div.leanModal_box form ol li input[type="number"], div.leanModal_box form ol li input[type="password"], div.leanModal_box form ol li input[type="search"], div.leanModal_box form ol li input[type="tel"], div.leanModal_box form ol li input[type="text"], div.leanModal_box form ol li input[type="url"], div.leanModal_box form ol li input[type="color"], div.leanModal_box form ol li input[type="date"], div.leanModal_box form ol li input[type="datetime"], div.leanModal_box form ol li input[type="datetime-local"], div.leanModal_box form ol li input[type="month"], div.leanModal_box form ol li input[type="time"], div.leanModal_box form ol li input[type="week"], div.leanModal_box form ol li textarea { display: block;
width: 100%; font-weight: bold; }
-webkit-box-sizing: border-box; div.leanModal_box form ol li input[type="email"], div.leanModal_box form ol li input[type="number"], div.leanModal_box form ol li input[type="password"], div.leanModal_box form ol li input[type="search"], div.leanModal_box form ol li input[type="tel"], div.leanModal_box form ol li input[type="text"], div.leanModal_box form ol li input[type="url"], div.leanModal_box form ol li input[type="color"], div.leanModal_box form ol li input[type="date"], div.leanModal_box form ol li input[type="datetime"], div.leanModal_box form ol li input[type="datetime-local"], div.leanModal_box form ol li input[type="month"], div.leanModal_box form ol li input[type="time"], div.leanModal_box form ol li input[type="week"], div.leanModal_box form ol li textarea {
-moz-box-sizing: border-box; width: 100%;
-ms-box-sizing: border-box; -webkit-box-sizing: border-box;
-o-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; } -ms-box-sizing: border-box;
div.leanModal_box form ol li input[type="checkbox"] { -o-box-sizing: border-box;
margin-right: 10px; } box-sizing: border-box; }
div.leanModal_box form ol li ul { div.leanModal_box form ol li input[type="checkbox"] {
list-style: disc outside none; margin-right: 10px; }
margin: 12.944px 0 25.888px 25.888px; } div.leanModal_box form ol li ul {
div.leanModal_box form ol li ul li { list-style: disc outside none;
list-style: disc outside none; margin: 12.944px 0 25.888px 25.888px; }
margin-bottom: 12.944px; div.leanModal_box form ol li ul li {
color: #666; list-style: disc outside none;
font-size: 14px; margin-bottom: 12.944px;
float: none; } color: #666;
div.leanModal_box form input[type="button"], div.leanModal_box form input[type="submit"] { font-size: 14px;
border: 1px solid #691b1b; float: none; }
-webkit-border-radius: 3px; div.leanModal_box form input[type="button"], div.leanModal_box form input[type="submit"] {
-moz-border-radius: 3px; border: 1px solid #691b1b;
-ms-border-radius: 3px; -webkit-border-radius: 3px;
-o-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px; -ms-border-radius: 3px;
-webkit-box-shadow: inset 0 1px 0 0 #bc5c5c; -o-border-radius: 3px;
-moz-box-shadow: inset 0 1px 0 0 #bc5c5c; border-radius: 3px;
-ms-box-shadow: inset 0 1px 0 0 #bc5c5c; -webkit-box-shadow: inset 0 1px 0 0 #bc5c5c;
-o-box-shadow: inset 0 1px 0 0 #bc5c5c; -moz-box-shadow: inset 0 1px 0 0 #bc5c5c;
box-shadow: inset 0 1px 0 0 #bc5c5c; -ms-box-shadow: inset 0 1px 0 0 #bc5c5c;
color: white; -o-box-shadow: inset 0 1px 0 0 #bc5c5c;
display: inline; box-shadow: inset 0 1px 0 0 #bc5c5c;
font-size: 11px; color: white;
font-weight: bold; display: inline;
background-color: #993333; font-size: 11px;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993333), color-stop(100%, #761e1e)); font-weight: bold;
background-image: -webkit-linear-gradient(top, #993333, #761e1e); background-color: #993333;
background-image: -moz-linear-gradient(top, #993333, #761e1e); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993333), color-stop(100%, #761e1e));
background-image: -ms-linear-gradient(top, #993333, #761e1e); background-image: -webkit-linear-gradient(top, #993333, #761e1e);
background-image: -o-linear-gradient(top, #993333, #761e1e); background-image: -moz-linear-gradient(top, #993333, #761e1e);
background-image: linear-gradient(top, #993333, #761e1e); background-image: -ms-linear-gradient(top, #993333, #761e1e);
padding: 6px 18px 7px; background-image: -o-linear-gradient(top, #993333, #761e1e);
text-shadow: 0 1px 0 #5d1414; background-image: linear-gradient(top, #993333, #761e1e);
-webkit-background-clip: padding-box; padding: 6px 18px 7px;
font-size: 18px; text-shadow: 0 1px 0 #5d1414;
padding: 12.944px; } -webkit-background-clip: padding-box;
div.leanModal_box form input[type="button"]:hover, div.leanModal_box form input[type="submit"]:hover { font-size: 18px;
-webkit-box-shadow: inset 0 1px 0 0 #a44141; padding: 12.944px; }
-moz-box-shadow: inset 0 1px 0 0 #a44141; div.leanModal_box form input[type="button"]:hover, div.leanModal_box form input[type="submit"]:hover {
-ms-box-shadow: inset 0 1px 0 0 #a44141; -webkit-box-shadow: inset 0 1px 0 0 #a44141;
-o-box-shadow: inset 0 1px 0 0 #a44141; -moz-box-shadow: inset 0 1px 0 0 #a44141;
box-shadow: inset 0 1px 0 0 #a44141; -ms-box-shadow: inset 0 1px 0 0 #a44141;
cursor: pointer; -o-box-shadow: inset 0 1px 0 0 #a44141;
background-color: #823030; box-shadow: inset 0 1px 0 0 #a44141;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #823030), color-stop(100%, #691c1c)); cursor: pointer;
background-image: -webkit-linear-gradient(top, #823030, #691c1c); background-color: #823030;
background-image: -moz-linear-gradient(top, #823030, #691c1c); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #823030), color-stop(100%, #691c1c));
background-image: -ms-linear-gradient(top, #823030, #691c1c); background-image: -webkit-linear-gradient(top, #823030, #691c1c);
background-image: -o-linear-gradient(top, #823030, #691c1c); background-image: -moz-linear-gradient(top, #823030, #691c1c);
background-image: linear-gradient(top, #823030, #691c1c); } background-image: -ms-linear-gradient(top, #823030, #691c1c);
div.leanModal_box form input[type="button"]:active, div.leanModal_box form input[type="submit"]:active { background-image: -o-linear-gradient(top, #823030, #691c1c);
border: 1px solid #691b1b; background-image: linear-gradient(top, #823030, #691c1c); }
-webkit-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; div.leanModal_box form input[type="button"]:active, div.leanModal_box form input[type="submit"]:active {
-moz-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; border: 1px solid #691b1b;
-ms-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; -webkit-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; -moz-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; } -ms-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
-o-box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee;
box-shadow: inset 0 0 8px 4px #5c1919, inset 0 0 8px 4px #5c1919, 0 1px 1px 0 #eeeeee; }
div#login { div#login {
min-width: 400px; } min-width: 400px; }
div#login header { div#login header {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
margin-bottom: 25.888px; margin-bottom: 25.888px;
padding-bottom: 25.888px; } padding-bottom: 25.888px; }
div#login header h1 { div#login header h1 {
border-bottom: 0; border-bottom: 0;
padding-bottom: 0; padding-bottom: 0;
margin-bottom: 6.472px; } margin-bottom: 6.472px; }
div#login ol li { div#login ol li {
width: auto; width: auto;
float: none; } float: none; }
div.lost-password { div.lost-password {
text-align: left; text-align: left;
margin-top: 25.888px; } margin-top: 25.888px; }
div.lost-password a { div.lost-password a {
color: #999; } color: #999; }
div.lost-password a:hover { div.lost-password a:hover {
color: #444; } color: #444; }
div#pwd_reset p { div#pwd_reset p {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
...@@ -818,42 +907,42 @@ div#pwd_reset input[type="email"] { ...@@ -818,42 +907,42 @@ div#pwd_reset input[type="email"] {
div#feedback_div form ol li { div#feedback_div form ol li {
float: none; float: none;
width: 100%; } width: 100%; }
div#feedback_div form ol li textarea#feedback_message { div#feedback_div form ol li textarea#feedback_message {
height: 100px; } height: 100px; }
div#calculator_div { div#calculator_div {
max-width: 500px; } max-width: 500px; }
div#calculator_div form { div#calculator_div form {
padding-bottom: 25.888px; padding-bottom: 25.888px;
margin-bottom: 25.888px; margin-bottom: 25.888px;
border-bottom: 1px solid #ddd; } border-bottom: 1px solid #ddd; }
div#calculator_div form input#calculator_input { div#calculator_div form input#calculator_input {
width: 400px; } width: 400px; }
div#calculator_div form input#calculator_button { div#calculator_div form input#calculator_button {
background: 0; background: 0;
color: #993333; color: #993333;
border: 0; border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
-moz-box-shadow: none; -moz-box-shadow: none;
-ms-box-shadow: none; -ms-box-shadow: none;
-o-box-shadow: none; -o-box-shadow: none;
box-shadow: none; box-shadow: none;
padding: 0; padding: 0;
text-shadow: none; } text-shadow: none; }
div#calculator_div form input#calculator_button:hover { div#calculator_div form input#calculator_button:hover {
color: #333; } color: #333; }
div#calculator_div form input#calculator_output { div#calculator_div form input#calculator_output {
border: 0; border: 0;
background: none; background: none;
padding: 9.061px; padding: 9.061px;
font-size: 24px; font-size: 24px;
width: 378px; width: 378px;
font-weight: bold; font-weight: bold;
margin-top: 4px; } margin-top: 4px; }
div#calculator_div dl dt { div#calculator_div dl dt {
float: left; float: left;
clear: both; clear: both;
padding-right: 12.944px; padding-right: 12.944px;
font-weight: bold; } font-weight: bold; }
div#calculator_div dl dd { div#calculator_div dl dd {
float: left; } float: left; }
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