From d82e87dfd54efdc21e6d56e8bc0e9767aec8de92 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 2 Mar 2015 16:04:01 +0530 Subject: [PATCH] fix #2702 (embed document icon missing if multiple documents are opened) --- static/js/documentDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/documentDialog.js b/static/js/documentDialog.js index 4cb8ad64..60355956 100644 --- a/static/js/documentDialog.js +++ b/static/js/documentDialog.js @@ -144,7 +144,7 @@ pandora.ui.documentDialog = function(options) { }) .css({ position: 'absolute', - right: '4px', + right: '20px', top: '4px' }) [items.length > 1 ? 'show' : 'hide']()