X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d65c12b5ad2102089a115cefcb59bb31b25e7baf..888a0be7902750d9af2e5fb87812f9c8a40cf1b7:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 206704de9..b5e7af5dd 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -211,11 +211,6 @@ h2 { vertical-align: bottom; } -.search_container { - height: 15px; - padding-bottom: 5px; -} - #search_field form { width: 100%; margin: 0px; @@ -366,23 +361,34 @@ h2 { /* Rules for edit menu */ +.menuicon { + padding: 5px; + + &:hover { + background: #eee; + text-decoration: none !important; + } +} + .menu { display: none; z-index: 10000; position: absolute; background-color: #ffffff; - border: 1px solid black; + border: 1px solid #cccccc; + border-top: 0px; } .menu ul { - margin-top: 10px; - margin-bottom: 10px; - padding-left: 10px; - padding-right: 10px; + margin: 0px; + padding: 0px; } .menu li { + padding: 2px 5px; + margin: 0px; list-style-type: none; + border-top: 1px solid #eee; white-space: nowrap; } @@ -887,7 +893,7 @@ p#contributorGuidance { display: none; } -.user_map .olControlPanZoom { +.user_map .olControlZoom { display: block; }