X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/318c7a9854f31bebd39eb8e90fbf11a95bfa8995..362f237e91541b7cef44629432ae500f4b0518f4:/public/stylesheets/small.css diff --git a/public/stylesheets/small.css b/public/stylesheets/small.css index b11aebf69..c709bcba9 100644 --- a/public/stylesheets/small.css +++ b/public/stylesheets/small.css @@ -100,12 +100,21 @@ h1 { /* Rules for the login form */ -#loginForm input#user_email { +.loginBox { + width: 90%; +} + +.loginBox input#user_email { + width: 100%; + max-width: 18em; +} + +.loginBox input#user_password { width: 100%; max-width: 18em; } -#loginForm input#user_password { +.loginBox input#user_openid_url { width: 100%; max-width: 18em; }