Fix up success UI (fixes #1565)

This commit is contained in:
John Firebaugh
2013-07-22 11:15:16 -07:00
parent 49b920e5b3
commit c4c8d5d6b3
2 changed files with 1 additions and 9 deletions

View File

@@ -668,6 +668,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
}
.sidebar-component .body {
width: 100%;
overflow: auto;
top: 60px;
bottom: 0;

View File

@@ -49,15 +49,6 @@ iD.ui.Success = function(context) {
encodeURIComponent(context.connection().changesetURL(changeset.id));
})
.text(t('success.facebook'));
var section = body.append('div')
.attr('class', 'modal-section cf');
section.append('button')
.attr('class', 'action col2')
.on('click', event.cancel)
.text(t('success.okay'))
.node().focus();
}
success.changeset = function(_) {