X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1a80a11c4c07726feae8640d3b21ff970e4fdb9c..42ef10ba80bf7ff13b4f9210e5fbf54538e0d52f:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 42f28612e..9535caacd 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -344,6 +344,27 @@ hr { text-align: right; } +/* Rules for edit menu */ + +#editmenu { + display: none; + z-index: 10000; + position: absolute; + background-color: #ffffff; + border: 1px solid black; +} + +#editmenu ul { + margin-top: 10px; + margin-bottom: 10px; + padding-left: 10px; + padding-right: 10px; +} + +#editmenu li { + list-style-type: none; +} + /* Rules for attribution text under the main map shown on printouts */ #attribution {