From e702dddd6b7e895677fb44f6d5d4d73198a9c07e Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 2 Mar 2015 16:05:22 +0530 Subject: [PATCH] correct css --- 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 603559560..1705b5ce3 100644 --- a/static/js/documentDialog.js +++ b/static/js/documentDialog.js @@ -144,7 +144,7 @@ pandora.ui.documentDialog = function(options) { }) .css({ position: 'absolute', - right: '20px', + right: '24px', top: '4px' }) [items.length > 1 ? 'show' : 'hide']()