remove save icon.

This commit is contained in:
Saman Bemel-Benrud
2013-01-17 19:12:07 -05:00
parent ae1220726b
commit a4557af225
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ body {
height: 100%;
width: 100%;
position: fixed;
min-width: 760px;
min-width: 768px;
}
.limiter {
-1
View File
@@ -83,7 +83,6 @@ iD.ui.inspector = function() {
}
function drawButtons(selection) {
<<<<<<< HEAD
var inspectorButton1 = selection.append('div')
.attr('class', 'button-wrap')
.append('button')
+1 -1
View File
@@ -7,7 +7,7 @@ iD.ui.save = function() {
var history = map.history(),
connection = map.connection();
selection.html("<span class='icon icon-pre-text save'></span><span class='label'>Save</span><small id='as-username'></small>")
selection.html("<span class='label'>Save</span><small id='as-username'></small>")
.attr('title', 'Save changes to OpenStreetMap, making them visible to other users')
.property('disabled', true)
.call(bootstrap.tooltip()