mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
remove save icon.
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
min-width: 760px;
|
||||
min-width: 768px;
|
||||
}
|
||||
|
||||
.limiter {
|
||||
|
||||
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user