X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d48b1ccdf2bfe04c714377f32c6e6afed6560f79..0d35a10a503f466f5cb7fe41fcb9e0c5167d9ee1:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 9d6ec7d27..fa4faa8ba 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -529,15 +529,6 @@ table { /* Rules for Leaflet maps */ -#permalink { - z-index: 10000; - position: absolute; - bottom: 0px; - right: 0px; - padding: 5px; - background:#fff; -} - .leaflet-control-attribution a.disabled { color: #99c9dc; cursor: default; @@ -940,9 +931,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; @@ -1371,7 +1363,7 @@ p#contributorGuidance { background-color: #ff7070; } &#warning { - background-color: #fff6f0; + background-color: #ffe0cc; } &#notice { background-color: #CBEEA7; @@ -1723,6 +1715,10 @@ a.button.submit { /* Rules for the notes interface */ +.note { + padding-top: 10px; +} + .note { h2 { margin-bottom: 10px; @@ -1733,12 +1729,26 @@ a.button.submit { } .permalink { - margin: -10px 0 10px -12px; + position: absolute; + top: 5px; + left: 5px; + min-width: 15px; + min-height: 15px; + background: image-url("sprite.png") 0 -45px no-repeat; + } + + .permalink span { + display: none; + padding-left: 20px; + } + + .permalink:hover span { + display: block; } .warning { display: block; - background-color: #ff7070; + background-color: #ffe0cc; padding: 4px 6px; margin-bottom: 10px; } @@ -1755,6 +1765,7 @@ a.button.submit { .comment { width: 100%; + height: 100px; } .buttons {