button style improvements, modal positioning fix.

This commit is contained in:
Saman Bemel-Benrud
2013-01-29 18:38:22 -05:00
parent 193b476e49
commit 2115e673f4
5 changed files with 66 additions and 38 deletions
-1
View File
@@ -86,7 +86,6 @@ iD.ui.commit = function(map) {
.on('click.cancel', function() {
event.cancel();
});
cancelbutton.append('span').attr('class','icon close icon-pre-text');
cancelbutton.append('span').attr('class','label').text('Cancel');
var warnings = body.selectAll('div.warning-section')