X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d768ef31c90eefca22885bd61c7d235be2e87cc8..a37e1b8f7035bfac0e38f5b95ea643c601e1c9b1:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 509fce0e8..89fa39b31 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -222,7 +222,7 @@ hr { float: right; } -.search_form { +.search_container { height: 16px; padding-bottom: 6px; } @@ -749,7 +749,7 @@ div#contributorTerms { border: 1px solid black; padding: 4px; overflow: auto; - width: 80%; + width: 95%; height: 400px; } @@ -777,7 +777,7 @@ div#contributorTerms img { } form#termsForm { - width: 80%; + width: 95%; margin-bottom: 3em; } @@ -793,6 +793,14 @@ form#termsForm input#agree { margin-left: 50px; } +p#contributorGuidance { + background-color: #f5f5ff; + border: 1px solid #f3f3ff; + border-radius: 15px; + -moz-border-radius: 15px; + padding: 10px; +} + /* Rules for the account settings page */ #accountForm td {