X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/452eabc941b9500d737956f698a88624fa86dc86..2d0dcbd9d08e38eb2cf5f24248518c6992fd3734:/app/assets/stylesheets/small.css.scss diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 5e21ce186..419abeac4 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -84,13 +84,6 @@ h2, h3, h4 { /* Rules for greeting bar in the top right corner */ -#greeting { - position: absolute; - right: 0; - top: 0; - background: none; -} - #browse_map ul.secondary-actions { float: right; font-size: 10px; @@ -172,32 +165,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 +248,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; + } +}