mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Adding relations icons.
This commit is contained in:
+3
-1
@@ -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;}
|
||||
|
||||
Vendored
+823
-1352
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 155 KiB |
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user