X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/41c69b0dbe82ed041e89811490a2e630cc76551f..e52b06d722ffc3b93ca2d475200731a9bb266b81:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 56cefd0a4..9b68bd03e 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -358,7 +358,7 @@ hr { /* Rules for edit menu */ -#editmenu { +.menu { display: none; z-index: 10000; position: absolute; @@ -366,15 +366,16 @@ hr { border: 1px solid black; } -#editmenu ul { +.menu ul { margin-top: 10px; margin-bottom: 10px; padding-left: 10px; padding-right: 10px; } -#editmenu li { +.menu li { list-style-type: none; + white-space: nowrap; } /* Rules for attribution text under the main map shown on printouts */ @@ -575,6 +576,14 @@ hr { right: 0px; } +.site_export #map { + position: absolute; + top: 0px; + bottom: 0px; + left: 0px; + right: 0px; +} + /* Rules for the edit page */ .site_edit #map { @@ -642,6 +651,23 @@ table.browse_details th { white-space: nowrap; } +td.browse_comments { + padding: 0px; +} + +td.browse_comments table { + border-collapse: collapse; +} + +td.browse_comments table td { + padding-bottom: 10px; +} + +td.browse_comments table td span.by { + font-size: small; + color: #999999; +} + #browse_map { width: 250px; } @@ -652,6 +678,10 @@ table.browse_details th { border: solid 1px black; } +#browse_map .geolink { + display: none; +} + /* Rules for the trace list shown by the traces tab etc */ #trace_list { @@ -707,7 +737,7 @@ table.browse_details th { /* Rules for the new diary entry page */ -.diary_entry_new div#map { +.diary_entry div#map { position: relative; width: 90%; height: 400px; @@ -844,7 +874,7 @@ p#contributorGuidance { height: 400px; } -.user_view .user_map p { +.user_view .user_map p#no_home_location { position: absolute; top: 0px; bottom: 0px;