mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
fix #1110
This commit is contained in:
@@ -982,10 +982,6 @@ button.preset-add-field {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.view-on-osm {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
/* preset form numbers */
|
||||
|
||||
input[type=number] {
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user