X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9fbd888e04e545bf61789973b1ed5b457e2b1be9..59a6b1973b92c91c987496410427d9a3be76e7e6:/public/stylesheets/small.css diff --git a/public/stylesheets/small.css b/public/stylesheets/small.css index 82a93544b..c709bcba9 100644 --- a/public/stylesheets/small.css +++ b/public/stylesheets/small.css @@ -100,27 +100,21 @@ h1 { /* Rules for the login form */ -#loginForm input#user_email { +.loginBox { + width: 90%; +} + +.loginBox input#user_email { width: 100%; max-width: 18em; } -#loginForm input#user_password { +.loginBox input#user_password { width: 100%; max-width: 18em; } -#loginForm input#user_openid_url { +.loginBox input#user_openid_url { width: 100%; max-width: 18em; } - -/* Rules for Login page */ -.loginBox { - float: left; - width: 90%; - border-style: solid; - border-width: 1px; - padding-left: 10px; - padding-right: 10px; -} \ No newline at end of file