Prevent 'zoom in to edit' from showing up during save success, closes #1792

Sets a background color, the same as the save state.
This commit is contained in:
Aaron Lidman
2013-10-15 11:46:21 -04:00
parent 580bdf4790
commit 3d3415b5be
+1 -1
View File
@@ -19,7 +19,7 @@ iD.ui.Success = function(context) {
.text(t('success.just_edited'));
var body = selection.append('div')
.attr('class', 'body save-success');
.attr('class', 'body save-success fillL');
body.append('p')
.html(t('success.help_html'));