X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aeeb30ce3c2c1246f07b6e60c8ead0d8bece7554..a14abfe90bb5d5145049b06e83be5d752145bb6a:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 3e239f9d4..bab4c9560 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -563,6 +563,11 @@ table { border-top: 0px !important; } +.leaflet-popup-content-wrapper { + border-radius: 4px !important; + -webkit-border-radius: 4px !important; +} + /* Rules for edit menu */ .menuicon { @@ -935,9 +940,10 @@ ul.results-list li { border-bottom: 1px solid #ccc; } &:first-child { margin-top: 0; } - &.warning { - color: #ff7070; - font-weight: bold; + .warning { + background-color: #ffe0cc; + margin: 0px; + padding: 4px 6px; } div { clear: left; @@ -1081,11 +1087,6 @@ ul.results-list li { border-bottom: 1px solid #ccc; } min-height: 62px; } -.content_map .leaflet-popup-content-wrapper { --webkit-border-radius: 4px; - border-radius: 4px; -} - /* Rules for user popups on maps */ .user_popup { @@ -1371,7 +1372,7 @@ p#contributorGuidance { background-color: #ff7070; } &#warning { - background-color: #fff6f0; + background-color: #ffe0cc; } &#notice { background-color: #CBEEA7; @@ -1728,16 +1729,24 @@ a.button.submit { margin-bottom: 10px; } + div { + margin-top: 10px; + } + + .permalink { + margin: -10px 0 10px -12px; + } + .warning { display: block; - background-color: #ff7070; + background-color: #ffe0cc; padding: 4px 6px; margin-bottom: 10px; } .comment_body { - margin-top: 4px; - margin-bottom: 4px; + margin-top: 2px; + margin-bottom: 2px; p { margin-top: 0px;