X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/318c7a9854f31bebd39eb8e90fbf11a95bfa8995..59a6b1973b92c91c987496410427d9a3be76e7e6:/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; }