minor refinements.

This commit is contained in:
Saman Bemel-Benrud
2013-06-20 17:55:54 -04:00
parent d4582e03bf
commit 7b46ccbb65
3 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -229,7 +229,7 @@
"unknown": "Unknown",
"incomplete": "<not downloaded>",
"feature_list": "Feature list",
"edit": "edit feature"
"edit": "Edit feature"
},
"background": {
"title": "Background",
+1 -6
View File
@@ -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');