From 13f34e2e495dbd465f9b63965b0d563d8700cb2b Mon Sep 17 00:00:00 2001 From: saman bb Date: Fri, 22 Mar 2013 18:06:58 -0400 Subject: [PATCH] fix #1110 --- css/app.css | 4 ---- js/id/ui/tag_editor.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/css/app.css b/css/app.css index be90b3523..4f356159d 100644 --- a/css/app.css +++ b/css/app.css @@ -982,10 +982,6 @@ button.preset-add-field { padding: 0 10px; } -.view-on-osm { - padding: 20px; -} - /* preset form numbers */ input[type=number] { diff --git a/js/id/ui/tag_editor.js b/js/id/ui/tag_editor.js index 69d29d057..99f0d6f18 100644 --- a/js/id/ui/tag_editor.js +++ b/js/id/ui/tag_editor.js @@ -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')