X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9a25d85e2592789cf0f37c46dd0893d3d63d9343..1635c165608b9619f0b04eba508351afc3602292:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 45f2f5e00..38cfec423 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 { @@ -605,8 +611,8 @@ hr { white-space: nowrap; } -#changeset_list.th { - font-weight: bold; +#changeset_list .selected { + background-color: #ffff55; } /* Rules for the data browser */ @@ -631,6 +637,19 @@ hr { border: solid 1px black; } +#browse_map_changeset { + float: right; + width: 100%; + text-align: right; + margin-left: 10px; +} + +#browse_map_changeset #small_map { + width: 100%; + height: 315px; + border: solid 1px black; +} + /* Rules for the trace list shown by the traces tab etc */ #trace_list { @@ -702,7 +721,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 +749,11 @@ div#contributorTerms img { form#termsForm { width: 80%; + margin-bottom: 3em; +} + +div#slim_content form#termsForm { + width: auto; } form#termsForm div#buttons {