Commit 4a499535 by Kyle Fiedler

CSS

parent 29456ec4
No preview for this file type
...@@ -560,11 +560,6 @@ div.leanModal_box { ...@@ -560,11 +560,6 @@ div.leanModal_box {
margin-bottom: 22.652px; } margin-bottom: 22.652px; }
div.leanModal_box#enroll { div.leanModal_box#enroll {
max-width: 600px; } max-width: 600px; }
div.leanModal_box#enroll ol li {
width: 239px;
float: left; }
div.leanModal_box#enroll ol li.email, div.leanModal_box#enroll ol li.username, div.leanModal_box#enroll ol li.location {
margin-right: 20px; }
div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code { div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code {
width: auto; width: auto;
float: none; } float: none; }
...@@ -576,7 +571,7 @@ div.leanModal_box { ...@@ -576,7 +571,7 @@ div.leanModal_box {
position: absolute; position: absolute;
background: #333; background: #333;
color: #fff; color: #fff;
width: 239px; width: 500px;
margin: 0 0 0 -10px; margin: 0 0 0 -10px;
padding: 10px; padding: 10px;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
......
...@@ -635,11 +635,6 @@ div.leanModal_box { ...@@ -635,11 +635,6 @@ div.leanModal_box {
margin-bottom: 25.888px; } margin-bottom: 25.888px; }
div.leanModal_box#enroll { div.leanModal_box#enroll {
max-width: 600px; } max-width: 600px; }
div.leanModal_box#enroll ol li {
width: 239px;
float: left; }
div.leanModal_box#enroll ol li.email, div.leanModal_box#enroll ol li.username, div.leanModal_box#enroll ol li.location {
margin-right: 20px; }
div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code { div.leanModal_box#enroll ol li.terms, div.leanModal_box#enroll ol li.honor-code {
width: auto; width: auto;
float: none; } float: none; }
...@@ -651,7 +646,7 @@ div.leanModal_box { ...@@ -651,7 +646,7 @@ div.leanModal_box {
position: absolute; position: absolute;
background: #333; background: #333;
color: #fff; color: #fff;
width: 239px; width: 500px;
margin: 0 0 0 -10px; margin: 0 0 0 -10px;
padding: 10px; padding: 10px;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
......
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