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:
Gavin Cornwell
2007-04-16 11:05:09 +00:00
parent 24a483f73d
commit 1bead745ae
4 changed files with 105 additions and 92 deletions

View File

@@ -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;