X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9a25d85e2592789cf0f37c46dd0893d3d63d9343..8980da4381923d8099a11a1334baf3c3e625a484:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 45f2f5e00..1464c9807 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -67,6 +67,12 @@ hr { margin: 0px; } +/* Rules for the site name */ + +#small-title { + display: none; +} + /* Rules for the introductory text displayed in the left sidebar to new users */ #intro { @@ -702,7 +708,11 @@ div#contributorTerms { padding: 4px; overflow: auto; width: 80%; - height: 60%; + height: 400px; +} + +div#slim_content div#contributorTerms { + width: auto; } div#contributorTerms p#first { @@ -726,6 +736,11 @@ div#contributorTerms img { form#termsForm { width: 80%; + margin-bottom: 3em; +} + +div#slim_content form#termsForm { + width: auto; } form#termsForm div#buttons {