]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
More improvements to styling of terms.
[rails.git] / public / stylesheets / common.css
index c28a3c02cbe85755e2e7c93d0f4b2e2edab1c619..c5b98f3b3b4ffa5da352668a5581554dfe0063a4 100644 (file)
@@ -280,14 +280,16 @@ hr {
   color: #000;
 }
 
-#tabnav a:link:hover
+#tabnav a:link:hover, #tabnav a:visited:hover
 {
   background: #fff;
 }
 
-#tabnav a.disabled
+#tabnav a:link.disabled, #tabnav a:visited.disabled,
+#tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled
 {
-  font-style: italic;
+  background: #bbbbbb;
+  color: white
 }
 
 /* Rules for greeting bar in the top right corner */
@@ -538,6 +540,28 @@ 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#first {
+  margin-top: 0px;
+}
+
+div#contributorTerms p#last {
+  margin-bottom: 0px;
+}
+
+div#contributorTerms ol {
+  margin-bottom: 0px;
+}
+
 /* Rules for the account settings page */
 
 #accountForm td {