From 14278b1352da7f3164cc73ebfe0dd545a61ebcd2 Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Tue, 1 Mar 2016 15:27:08 +0000 Subject: [PATCH] SSDM-3212 : Pop up centered and correct height. SVN: 35777 --- .../eln-lims/html/js/config/installations/NexusProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/NexusProfile.js b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/NexusProfile.js index 0d961c75790..29e8d271149 100644 --- a/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/NexusProfile.js +++ b/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/installations/NexusProfile.js @@ -72,7 +72,7 @@ $.extend(NexusProfile.prototype, StandardProfile.prototype, { ); // Show Widget - Util.blockUI($retirePlateWidget, {'text-align' : 'left', 'top' : '10%', 'width' : '60%', 'left' : '10%', 'right' : '10%', 'height' : '40%', 'overflow' : 'auto'}); + Util.blockUI($retirePlateWidget, {'text-align' : 'left', 'top' : '10%', 'width' : '80%', 'left' : '10%', 'right' : '10%', 'height' : '300px', 'overflow' : 'auto'}); }; $("#" + containerId) -- GitLab