X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f978642a58b06c509ba424e272c4dd82bd434edd..de78176e04961c52f1fa1283812ec06ce6eb90cf:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 217bb0c66..d0839844c 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -332,6 +332,7 @@ h2 { #top-bar { position: absolute; + z-index: 10000; top: 0; left: 185px; right: 0; @@ -453,6 +454,12 @@ body.site-export #tabnav a#exportanchor { padding: 5px; } +#permalink a.disabled { + color: #ccc; + cursor: default; + text-decoration: none; +} + .site-index .leaflet-top, .site-export .leaflet-top { top: 40px !important; @@ -820,6 +827,23 @@ table.browse_details th { white-space: nowrap; } +td.browse_comments { + padding: 0px; +} + +td.browse_comments table { + border-collapse: collapse; +} + +td.browse_comments table td { + padding-bottom: 10px; +} + +td.browse_comments table td span.by { + font-size: small; + color: #999999; +} + #browse_map { float: right; width: 250px; @@ -1390,3 +1414,10 @@ abbr.geo { } } } + +/* Rules for the notes interface */ + +.note .buttons { + margin-top: 5px; + text-align: right; +}