mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
minor refinements.
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ en:
|
||||
unknown: Unknown
|
||||
incomplete: <not downloaded>
|
||||
feature_list: Feature list
|
||||
edit: edit feature
|
||||
edit: Edit feature
|
||||
background:
|
||||
title: Background
|
||||
description: Background settings
|
||||
|
||||
Vendored
+1
-1
@@ -229,7 +229,7 @@
|
||||
"unknown": "Unknown",
|
||||
"incomplete": "<not downloaded>",
|
||||
"feature_list": "Feature list",
|
||||
"edit": "edit feature"
|
||||
"edit": "Edit feature"
|
||||
},
|
||||
"background": {
|
||||
"title": "Background",
|
||||
|
||||
@@ -19,11 +19,6 @@ iD.ui.EntityEditor = function(context) {
|
||||
var $enter = $header.enter().append('div')
|
||||
.attr('class', 'header fillL cf');
|
||||
|
||||
$enter.append('button')
|
||||
.attr('class', 'fl preset-reset')
|
||||
.append('span')
|
||||
.attr('class', 'icon back');
|
||||
|
||||
$enter.append('button')
|
||||
.attr('class', 'fr preset-close')
|
||||
.append('span')
|
||||
@@ -59,7 +54,7 @@ iD.ui.EntityEditor = function(context) {
|
||||
|
||||
headerbutton.call(bootstrap.tooltip()
|
||||
.title(t('inspector.back_tooltip'))
|
||||
.placement('right'));
|
||||
.placement('bottom'));
|
||||
|
||||
$enter.append('div')
|
||||
.attr('class', 'inspector-border inspector-preset');
|
||||
|
||||
Reference in New Issue
Block a user