]> 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 cb402f22d85102685029dede3dd4af98641ede41..5490b1a9b42e2d3c6ff4da9eed69ef787d78ba5b 100644 (file)
@@ -705,6 +705,10 @@ div#contributorTerms {
   height: 400px;
 }
 
+div#slim_content div#contributorTerms {
+  width: auto;
+}
+
 div#contributorTerms p#first {
   margin-top: 0px;
 }
@@ -729,6 +733,10 @@ form#termsForm {
   margin-bottom: 3em;
 }
 
+div#slim_content form#termsForm {
+  width: auto;
+}
+
 form#termsForm div#buttons {
   float: right;
 }