X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/936a005f9f3757508a06eaa930d5e5c4efcfbe40..f242c9de94fb197c79291c5c885bd9acfb74ab28:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index c773a3218..fd4dfac6a 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 {