Remove blue circle and icon adjustments

This commit is contained in:
Aaron Lidman
2013-10-23 11:42:33 -04:00
parent df6a292a44
commit e8e9f7a4ff
2 changed files with 5 additions and 6 deletions

View File

@@ -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 */

View File

@@ -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')