fix #2702 (embed document icon missing if multiple documents are opened)

This commit is contained in:
rolux 2015-03-02 16:04:01 +05:30
parent 1ed91da4e0
commit d82e87dfd5

View file

@ -144,7 +144,7 @@ pandora.ui.documentDialog = function(options) {
}) })
.css({ .css({
position: 'absolute', position: 'absolute',
right: '4px', right: '20px',
top: '4px' top: '4px'
}) })
[items.length > 1 ? 'show' : 'hide']() [items.length > 1 ? 'show' : 'hide']()