]> git.openstreetmap.org Git - rails.git/commitdiff
Fix CSS for /user/new on validation error
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 1 Aug 2013 17:35:24 +0000 (10:35 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 12 Aug 2013 20:34:43 +0000 (13:34 -0700)
app/assets/stylesheets/common.css.scss

index adcb01d5295fe0ac66a273d7e068554a54957245..b9306a4f1d99646597e1bb84ad518e2139d09d42 100644 (file)
@@ -1053,12 +1053,16 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
     max-width: 740px;
   }
 }
-.user-new #content.pad2 {
-    padding: 0;
+
+.user-new,
+.user-create {
+  .content-heading {
+    height: 200px;
   }
 
-.user-new .content-heading {
-  height: 200px;  
+  #content.pad2 {
+    padding: 0;
+  }
 }
 
 .header-illustration {