]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Use new design on terms page
[rails.git] / app / assets / stylesheets / common.css.scss
index d4afea41086f9b6dca69cb334854b951bf297e74..6eecae577ec219cf01caff364ded192217d732bc 100644 (file)
@@ -1046,6 +1046,9 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 }
 
 /* Overrides for pages that use new layout conventions */
+.user-new,
+.user-create,
+.user-terms,
 .user-confirm,
 .site-copyright,
 .site-welcome {
@@ -1056,6 +1059,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 
 .user-new,
 .user-create,
+.user-terms,
 .user-confirm {
   .content-heading {
     height: 200px;
@@ -1063,7 +1067,8 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 }
 
 .user-new,
-.user-create {
+.user-create,
+.user-terms {
   #content {
     padding: 0;
   }
@@ -1526,7 +1531,7 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 
 /* Rules for the account confirmation page */
 
-#terms {
+.user-terms {
   .legale {
     border: 1px solid #ccc;
     padding: $lineheight;
@@ -1548,28 +1553,12 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
     }
   }
 
-  form.sign {
-    input[type=submit] {
-      float: left;
-    }
-    #decline {
-      background: $lightblue;
-      &:hover {
-        background: darken($lightblue, $hovercolor);
-      }
+  #decline {
+    background: $lightblue;
+    &:hover {
+      background: darken($lightblue, $hovercolor);
     }
   }
-  fieldset {
-    margin-bottom: $lineheight;
-  }
-  #contributorGuidance {
-    background-color: $offwhite;
-    border-radius: 4px;
-    -moz-border-radius: 4px;
-  }
-  .signing-buttons {
-    height: 50px;
-  }
 }
 
 /* Rules for the account settings page */