X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bd8713f42b4a5196cf89e8270c57322742ba1f5e..7599f98957334d1924550205f7ba12a726de7eb0:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 2837270fd..ec06997f8 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -460,6 +460,12 @@ body.site-export #tabnav a#exportanchor { padding: 5px; } +#permalink a.disabled { + color: #ccc; + cursor: default; + text-decoration: none; +} + .site-index #map .SimpleLayerSwitcher, .site-index #map .olControlSimplePanZoom, .site-export #map .SimpleLayerSwitcher, @@ -825,6 +831,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 +1413,14 @@ abbr.geo { } } } + +/* Rules for the notes interface */ + +.note { + width: 300px; + + .buttons { + margin-top: 5px; + text-align: right; + } +}