mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Added drop shadow to popup panel (Firefox only)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5495 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -141,9 +141,9 @@ Alfresco.NodeInfoPanel.prototype =
|
||||
|
||||
// setup the div with the correct appearance
|
||||
div.innerHTML = response.responseText;
|
||||
div.setAttribute("class", "summaryPopupPanel");
|
||||
div.setAttribute("class", "summaryDropShadow");
|
||||
// NOTE: use className for IE
|
||||
div.setAttribute("className", "summaryPopupPanel");
|
||||
div.setAttribute("className", "summaryDropShadow");
|
||||
div.style.position = "absolute";
|
||||
div.style.display = "none";
|
||||
div.style.left = 0;
|
||||
|
Reference in New Issue
Block a user