X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/42ae3a19b12a6052b31b73b9d854e70595f06c88..3ae17e46adb861fc7167dfed7bcf5968dbf3f9a2:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index c773a3218..974edac44 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 */ @@ -660,6 +661,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 { @@ -715,7 +720,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; @@ -852,7 +857,7 @@ p#contributorGuidance { height: 400px; } -.user_view .user_map p { +.user_view .user_map p#no_home_location { position: absolute; top: 0px; bottom: 0px; @@ -927,7 +932,7 @@ p#contributorGuidance { /* Rules for highlighting fields with rails validation errors */ -.fieldWithErrors { +.field_with_errors { padding: 2px; background-color: red; display: table;