diff --git a/css/app.css b/css/app.css index cf0383a7a..1798f5985 100644 --- a/css/app.css +++ b/css/app.css @@ -569,14 +569,16 @@ button[disabled] .icon.layers { background-position: -300px -40px;} button[disabled] .icon.avatar { background-position: -320px -40px;} button[disabled] .icon.nearby { background-position: -340px -40px;} -.icon.point.deleted { background-position: -300px -80px;} +.icon.point.deleted { background-position: -302px -80px;} .icon.line.deleted { background-position: -320px -80px;} .icon.area.deleted { background-position: -340px -80px;} -.icon.point.created { background-position: -300px -100px;} +.icon.point.created { background-position: -302px -100px;} .icon.line.created { background-position: -320px -100px;} .icon.area.created { background-position: -340px -100px;} +.icon.point.modified { background-position: -24px 0; } + .icon.modified { opacity: .5; } /* Out link is special */ diff --git a/js/id/ui/commit.js b/js/id/ui/commit.js index fe2406b57..76794e486 100644 --- a/js/id/ui/commit.js +++ b/js/id/ui/commit.js @@ -131,10 +131,7 @@ iD.ui.Commit = function(context) { .attr('class', 'commit-section modal-section fillL2'); changeSection.append('h3') - .text('Changes') - .append('small') - .attr('class', 'count') - .text(relevantChanges.length); + .text(relevantChanges.length + ' Changes'); var li = changeSection.append('ul') .attr('class', 'changeset-list')