mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 01:23:25 +00:00
Fix up success UI (fixes #1565)
This commit is contained in:
@@ -668,6 +668,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
}
|
||||
|
||||
.sidebar-component .body {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
top: 60px;
|
||||
bottom: 0;
|
||||
|
||||
@@ -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(_) {
|
||||
|
||||
Reference in New Issue
Block a user