From 320cb46a8a04789f3388aa6623fbb116e3e192e6 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 6 Feb 2012 21:50:27 -0500 Subject: [PATCH] Form style --- sass/_leanmodal.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sass/_leanmodal.scss b/sass/_leanmodal.scss index 5e26491b33..db8b0950f5 100644 --- a/sass/_leanmodal.scss +++ b/sass/_leanmodal.scss @@ -33,12 +33,6 @@ div.leanModal_box { @extend .clearfix; li { - width: 239px; - float: left; - - &.email, &.username, &.location { - margin-right: 20px; - } &.terms, &.honor-code { width: auto; @@ -56,7 +50,7 @@ div.leanModal_box { position: absolute; background: #333; color: #fff; - width: 239px; + width: 500px; margin: 0 0 0 -10px; padding: 10px; -webkit-font-smoothing: antialiased;