Commit 3a33e238 by Kyle Fiedler

Styled log in popover

parent b62bb440
......@@ -339,7 +339,9 @@ html {
div#fancybox-overlay {
background: #333 !important; }
div#fancybox-wrap div#fancybox-outer {
div#fancybox-wrap {
width: auto !important; }
div#fancybox-wrap div#fancybox-outer {
background: none;
max-width: 600px; }
div#fancybox-wrap div#fancybox-outer div.fancybox-bg {
......@@ -364,7 +366,8 @@ div#fancybox-wrap div#fancybox-outer {
background: #fff;
border: none;
padding: 45.304px;
max-width: 600px; }
max-width: 600px;
width: auto !important; }
div#fancybox-wrap div#fancybox-outer div#fancybox-content h1 {
font-size: 24px;
margin-top: 0;
......@@ -386,7 +389,7 @@ div#fancybox-wrap div#fancybox-outer {
float: left; }
div#fancybox-wrap div#fancybox-outer div#fancybox-content form ol li:nth-child(odd) {
margin-right: 2.024%; }
div#fancybox-wrap div#fancybox-outer div#fancybox-content form ol li.terms {
div#fancybox-wrap div#fancybox-outer div#fancybox-content form ol li.terms, div#fancybox-wrap div#fancybox-outer div#fancybox-content form ol li.remember {
float: none;
width: auto;
clear: both;
......@@ -456,6 +459,18 @@ div#fancybox-wrap div#fancybox-outer {
-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#fancybox-wrap div#fancybox-outer div#fancybox-content div#login {
min-width: 300px; }
div#fancybox-wrap div#fancybox-outer div#fancybox-content div#login ol li {
width: auto;
float: none; }
div#fancybox-wrap div#fancybox-outer div#fancybox-content div.lost-password {
text-align: left;
margin-top: 22.652px; }
div#fancybox-wrap div#fancybox-outer div#fancybox-content div.lost-password a {
color: #999; }
div#fancybox-wrap div#fancybox-outer div#fancybox-content div.lost-password a:hover {
color: #444; }
div.course-wrapper {
display: table;
......
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