X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e2b364d002054455f9f6575264d6f465bf3ed29d..d48b1ccdf2bfe04c714377f32c6e6afed6560f79:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 900fb9f6a..9d6ec7d27 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 { @@ -1081,11 +1086,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 { @@ -1732,6 +1732,10 @@ a.button.submit { margin-top: 10px; } + .permalink { + margin: -10px 0 10px -12px; + } + .warning { display: block; background-color: #ff7070;