X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/11b5fc0e95e589b0d301e4891c528e3d19171b40..832b96b75ac05177e6baad7b414066ccfd7cfa51:/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; }