X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/59bfcb161db1444b1e6b0e5a1de7debc62913c24..48929e8781f9c136a142400a7a2ef1cf994f74fd:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index cb402f22d..098a9ddd9 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,10 +611,6 @@ hr { white-space: nowrap; } -#changeset_list.th { - font-weight: bold; -} - /* Rules for the data browser */ #browse_navigation { @@ -631,6 +633,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 { @@ -705,6 +720,10 @@ div#contributorTerms { height: 400px; } +div#slim_content div#contributorTerms { + width: auto; +} + div#contributorTerms p#first { margin-top: 0px; } @@ -729,6 +748,10 @@ form#termsForm { margin-bottom: 3em; } +div#slim_content form#termsForm { + width: auto; +} + form#termsForm div#buttons { float: right; }