Skip to content
Snippets Groups Projects
Commit 14278b13 authored by juanf's avatar juanf
Browse files

SSDM-3212 : Pop up centered and correct height.

SVN: 35777
parent 4a29cb24
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ $.extend(NexusProfile.prototype, StandardProfile.prototype, { ...@@ -72,7 +72,7 @@ $.extend(NexusProfile.prototype, StandardProfile.prototype, {
); );
// Show Widget // 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) $("#" + containerId)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment