Adding relations icons.

This commit is contained in:
Saman Bemel-Benrud
2013-06-20 13:29:03 -04:00
parent 4c471ca255
commit 810f07d563
3 changed files with 827 additions and 1354 deletions
+3 -1
View File
@@ -535,7 +535,9 @@ button.save.has-count .count::before {
.icon.back { background-position: -420px 0;}
.icon.forward { background-position: -440px 0;}
.icon.help { background-position: -460px 0;}
.icon.translate { background-position: -520px 0;}
.icon.relation { background-position: -520px 0;}
.icon.relation.route { background-position: -540px 0;}
.icon.relation.multipolygon { background-position: -560px 0;}
.icon.plus.light,
.icon.zoom-in { background-position: -240px -20px;}
+823 -1352
View File
File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 155 KiB

+1 -1
View File
@@ -1,7 +1,7 @@
iD.ui.FeatureList = function(context) {
function featureList(selection) {
var header = selection.append('div')
.attr('class', 'header cf');
.attr('class', 'header fillL cf');
header.append('h3')
.text(t('inspector.feature_list'));