X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a37e1b8f7035bfac0e38f5b95ea643c601e1c9b1..5d3ed829c4748d1f33833dfa9f538532db83f5c2:/public/stylesheets/small.css?ds=sidebyside diff --git a/public/stylesheets/small.css b/public/stylesheets/small.css index 76fea4fcc..d0067a618 100644 --- a/public/stylesheets/small.css +++ b/public/stylesheets/small.css @@ -95,7 +95,10 @@ h1 { #content { left: 10px; + right: 10px; top: 47px; + margin-left: 0px; + margin-right: 0px; } /* Rules for the signup form */ @@ -126,25 +129,28 @@ h1 { /* Rules for the login form */ -.loginBox { - width: 90%; -} - -.loginBox input#user_email { +#login_login input#user_email { width: 100%; max-width: 18em; } -.loginBox input#user_password { +#login_login input#user_password { width: 100%; max-width: 18em; } -.loginBox input#user_openid_url { +#login_login input#openid_url { width: 100%; max-width: 18em; } +#login_openid_buttons td { + padding-left: 2px; + padding-right: 2px; + padding-top: 2px; + padding-bottom: 2px; +} + /* Rules for the profile page */ .user_map {