X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a14abfe90bb5d5145049b06e83be5d752145bb6a..d99830d431a6017c5e6c5005c224e5d56351f7e3:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index bab4c9560..e2529dbda 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -529,19 +529,21 @@ 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; + text-decoration: none; + } -.leaflet-control-attribution a.disabled { - color: #99c9dc; - cursor: default; - text-decoration: none; + ul.secondary-actions { + float: left; + margin-right: 5px; + + &:only-child { + margin-right: 0px; + } + } } .site-index .leaflet-top, @@ -945,14 +947,13 @@ ul.results-list li { border-bottom: 1px solid #ccc; } margin: 0px; padding: 4px 6px; } - div { - clear: left; - } h4, p { margin-bottom: 5px; } p, ul, .bbox { - margin-left: 33.3333%; + display: inline-block; + vertical-align: top; + max-width: 65%; } ul p { margin-left: 0; @@ -960,7 +961,8 @@ ul.results-list li { border-bottom: 1px solid #ccc; } } h4 { width: 33.3333%; - float: left; + display: inline-block; + vertical-align: top; } } @@ -1724,6 +1726,10 @@ a.button.submit { /* Rules for the notes interface */ +.note { + padding-top: 10px; +} + .note { h2 { margin-bottom: 10px; @@ -1734,7 +1740,21 @@ 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 { @@ -1756,6 +1776,7 @@ a.button.submit { .comment { width: 100%; + height: 100px; } .buttons {