X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8dfca713e21739704060983e657b68a8475762cd..a37e1b8f7035bfac0e38f5b95ea643c601e1c9b1:/public/stylesheets/small.css diff --git a/public/stylesheets/small.css b/public/stylesheets/small.css index f4d51c868..76fea4fcc 100644 --- a/public/stylesheets/small.css +++ b/public/stylesheets/small.css @@ -126,12 +126,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; }