]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/small.css.scss
Merge remote-tracking branch 'osmlab/welcome-2'
[rails.git] / app / assets / stylesheets / small.css.scss
index 5e21ce1861eedfd6c60edd81fa20d2e3dd735e20..3f90883117b69373cc75a631cb3e1c3eaeef9f82 100644 (file)
@@ -172,32 +172,6 @@ p.search_results_entry {
   }
 }
 
-/* Rules for the signup form */
-
-#signupForm input[type="text"], #signupForm input[type="password"] {
-  width: 100%;
-}
-
-#signupForm input#user_email {
-  max-width: 30em;
-}
-
-#signupForm input#user_email_confirmation {
-  max-width: 30em;
-}
-
-#signupForm input#user_display_name {
-  max-width: 20em;
-}
-
-#signupForm input#user_pass_crypt {
-  max-width: 20em;
-}
-
-#signupForm input#user_pass_crypt_confirmation {
-  max-width: 20em;
-}
-
 /* Rules for the login form */
 
 #login_login input#user_email {
@@ -281,3 +255,16 @@ p.search_results_entry {
 #message_title, #message_body {
   width: 100% !important;
 }
+
+/* Rules for the sign-up page */
+
+.user-new,
+.user-create {
+  .col6 {
+    width: 100%;
+  }
+
+  .aside {
+    display: none;
+  }
+}
\ No newline at end of file