X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0aec1c5fa062feacf2ea7f6c8330ac7c7e2258bd..3c2e3ecb8f63fd716eeb80b6e199a60ada5759aa:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index a04604c2e..c830f406b 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -225,6 +225,8 @@ hr { #search_field input[type="submit"] { width: 26px; + padding-left: 0px; + padding-right: 0px; } .search_help { @@ -624,6 +626,36 @@ hr { margin-top: 10px; } +/* Rules for the login page */ + +#login_wrapper { + float: left; /* ensures the child divs are the same size, and only as wide as they need to be */ +} + +#login_wrapper div { + margin: 5px; + padding: 15px; + border-radius: 15px; + -moz-border-radius: 15px; +} + +#login_wrapper input[type=submit] { + float: right; +} + +#login_login { + background-color: #f0f0f0; +} + +#login_login h1 { + margin-top: 5px; +} + +#login_signup form.button-to div { + margin: 0px; + padding: 0px; +} + /* Rules for the account confirmation page */ div#contributorTerms { @@ -725,6 +757,8 @@ form#termsForm input#agree { padding: 7px; background-color: #fff0f0; margin-bottom: 20px; + border-radius: 5px; + -moz-border-radius: 5px; } #warning { @@ -732,6 +766,8 @@ form#termsForm input#agree { padding: 7px; background-color: #fff6f0; margin-bottom: 20px; + border-radius: 5px; + -moz-border-radius: 5px; } #notice { @@ -739,6 +775,8 @@ form#termsForm input#agree { padding: 7px; background-color: #f0fff0; margin-bottom: 20px; + border-radius: 5px; + -moz-border-radius: 5px; } /* Rules for highlighting fields with rails validation errors */