X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d36fab2913d10bef4eae2cee7c34875f20311af9..f4a1bec37c6f3b2afec84cba0ba70c90c6b6acb3:/public/stylesheets/small.css?ds=sidebyside 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; }