]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Improve styling of contributor terms.
[rails.git] / public / stylesheets / common.css
index 4efbd928f4230efc7dc1f36eb46980bc497e531d..f61698742c3170c300cb3811fc74ea77c1c3add1 100644 (file)
@@ -540,6 +540,24 @@ hr {
   color: gray;
 }
 
+/* Rules for the account confirmation page */
+
+div#contributorTerms {
+  border: 1px solid black;
+  padding: 4px;
+  overflow: auto;
+  width: 80%;
+  height: 60%;
+}
+
+div#contributorTerms p {
+  margin-top: 0px;
+}
+
+div#contributorTerms ol {
+  margin-bottom: 0px;
+}
+
 /* Rules for the account settings page */
 
 #accountForm td {