]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Make CTs full width in slim mode
[rails.git] / public / stylesheets / common.css
index 457b9ae36207f829b99df47b06aba0cc949702d3..5490b1a9b42e2d3c6ff4da9eed69ef787d78ba5b 100644 (file)
@@ -668,10 +668,6 @@ hr {
 
 /* Rules for the login page */
 
-#login_wrapper {
-  float: left; /* ensures the child divs are the same size, and only as wide as they need to be */
-}
-
 #login_wrapper div {
   margin: 5px;
   padding: 15px;
@@ -706,7 +702,11 @@ div#contributorTerms {
   padding: 4px;
   overflow: auto;
   width: 80%;
-  height: 60%;
+  height: 400px;
+}
+
+div#slim_content div#contributorTerms {
+  width: auto;
 }
 
 div#contributorTerms p#first {
@@ -730,6 +730,11 @@ div#contributorTerms img {
 
 form#termsForm {
   width: 80%;
+  margin-bottom: 3em;
+}
+
+div#slim_content form#termsForm {
+  width: auto;
 }
 
 form#termsForm div#buttons {