]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Fix search icon width
[rails.git] / app / assets / stylesheets / common.css.scss
index c05262b69e004c6aa33b7156a4b30bf45a76ca78..486866602e213f46c880a33fe44ab78868898b9e 100644 (file)
@@ -357,6 +357,7 @@ table {
   padding: 0;
   width: 15px;
   height: 15px;
+  min-width: 15px;
   text-indent: -1000px;
   overflow: hidden;
   background: image-url("sprite.png") 0 0 no-repeat;
@@ -1229,6 +1230,10 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 
 /* Rules for the login page */
 
+#login_openid_buttons {
+  height: 56px;
+}
+
 #login_openid_buttons li {
   float: left;
   padding: 5px 10px;
@@ -1236,57 +1241,54 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
 
 /* Rules for the account confirmation page */
 
-div#contributorTerms {
-  border: 1px solid #ccc;
-  padding: 20px;
-  margin-bottom: 20px;
-  overflow: auto;
-  height: 398px;
-}
-
-div#contributorTerms p#last {
-  margin-bottom: 0px;
-}
-
-div#contributorTerms ol {
-  margin-bottom: 0px;
-}
-
-div#contributorTerms img {
-  display: block;
-  margin: 20px auto inherit auto;
-}
-
-form#termsForm div#buttons {
-  float: right;
-}
-
-form#termsForm input#agree {
-  margin-left: 40px;
-}
-
-div#slim_content form#termsForm {
-  width: auto;
-}
-
-p#contributorGuidance {
-  background-color: #f4f4ff;
-  border-radius: 4px;
-  -moz-border-radius: 4px;
-  margin-top: 20px;
-  padding: 10px;
+#terms {
+  .legale {
+    border: 1px solid #ccc;
+    padding: 20px;
+    margin-bottom: 20px;
+    overflow: auto;
+    height: 10em;
+  
+    &:p#last {
+      margin-bottom: 0px;
+    }
+    
+    &:ol {
+      margin-bottom: 0px;
+    }
+    
+    &:img {
+      display: block;
+      margin: 20px auto inherit auto;
+    }
+  }
+  
+  form.sign {
+    input[type=submit] {
+      float: left;
+    }
+    #decline {
+      background: #AAA;
+      &:hover {
+        background: #777;
+      }
+    }
+  }
+  fieldset {
+    margin-bottom: 20px;
+  }
+  #contributorGuidance {
+    background-color: #f4f4ff;
+    border-radius: 4px;
+    -moz-border-radius: 4px;
+  }
+  .signing-buttons {
+    height: 50px;
+  }
 }
 
 /* Rules for the account settings page */
 
-#accountForm {
-  margin-top: 20px;
-}
-
-#accountForm td {
-  padding-bottom: 10px;
-}
-
 #accountForm .user_map {
   position: relative;
   width: 500px;
@@ -1311,10 +1313,6 @@ p#contributorGuidance {
   display: inline !important;
 }
 
-#accountForm input[type=submit] {
-  margin-top: 15px;
-}
-
 .content_map.settings_map {
   float: none;
   width: 50%;
@@ -1429,12 +1427,11 @@ p#contributorGuidance {
 
 .standard-form fieldset {
   margin-bottom: 20px;
-
 }
 
 .standard-form label {
   display: block;
-  width: 200px;
+  width: 300px;
   margin-right: 10px;
   font-size: 14px;
   font-weight: bold;
@@ -1445,6 +1442,14 @@ p#contributorGuidance {
   margin-bottom: 10px;
 }
 
+.standard-form input[name=remember_me] {
+  float: left;
+}
+
+#remember_me_openid {
+  display: block;
+}
+
 input[type="text"],
 input[type="email"],
 input[type="url"],