This commit is contained in:
saman bb
2013-03-22 18:06:58 -04:00
parent 1632edadae
commit 13f34e2e49
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -982,10 +982,6 @@ button.preset-add-field {
padding: 0 10px;
}
.view-on-osm {
padding: 20px;
}
/* preset form numbers */
input[type=number] {
+1 -1
View File
@@ -75,7 +75,7 @@ iD.ui.TagEditor = function(context, entity) {
if (!entity.isNew()) {
tageditorpreset.append('div')
.attr('class', 'view-on-osm')
.attr('class', 'col12 inspector-inner')
.append('a')
.attr('href', 'http://www.openstreetmap.org/browse/' + entity.type + '/' + entity.osmId())
.attr('target', '_blank')